suppressing `xmlXPathEval: evaluation failed` #209
Closed
Comments
The message is coming from the libxml2 library directly, which is why you are unfortunately not able to suppress it yourself. It may be possible to work around this in the future, so please leave this issue open. |
I'd also like to know if it's possible to suppress these messages/errors, some users of a package of mine seem to be confused as to whether the package is working correctly when they see these messages. (Issue here) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm working on a script to extract data from 33k xml files, so I'd like to suppress all warnings and messages. But the warning-like
xmlXPathEval: evaluation failed
that shows up on certain kinds of errors (an undefined namespace, in the MWE) doesn't seem to be either a message or a warning. What is this, and how can I suppress it?MWE:
2-s2.0-0015762931.xml.zip
The text was updated successfully, but these errors were encountered: