Replies: 2 comments
-
I'm not fully familiar with how libxml2 implements recovery mode, but pugixml doesn't support recovery and expects a valid XML document as an input. If a document is invalid, pugixml will return both an error status and an incomplete tree after parsing, but it doesn't have a way to "continue" parsing after the error is encountered. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's the equivalent of libxml2 XML_PARSE_RECOVER ? How to ignore errors while parsing ?
Beta Was this translation helpful? Give feedback.
All reactions