Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nodesForXPath:error: logs error, but error is nil #42

Open
ronhippler opened this issue May 26, 2015 · 0 comments
Open

nodesForXPath:error: logs error, but error is nil #42

ronhippler opened this issue May 26, 2015 · 0 comments

Comments

@ronhippler
Copy link

The console logs XPath error : Undefined namespace prefix and XPath error : Invalid expression, which is correct, but the error points to nil.

With a breakpoint at

    if (xpathObj == NULL) {
        if (error) *error = [[self class] lastError];
        result = nil;
    }

i see that lastError = nil

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant