We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The console logs XPath error : Undefined namespace prefix and XPath error : Invalid expression, which is correct, but the error points to nil.
XPath error : Undefined namespace prefix
XPath error : Invalid expression
With a breakpoint at
if (xpathObj == NULL) { if (error) *error = [[self class] lastError]; result = nil; }
i see that lastError = nil
lastError = nil
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The console logs
XPath error : Undefined namespace prefix
andXPath error : Invalid expression
, which is correct, but the error points to nil.With a breakpoint at
i see that
lastError = nil
The text was updated successfully, but these errors were encountered: