Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously, the parser was rather raw: we processed the buffer bytes by bytes, checking if the buffer was a valid XML file. Now, we use libxml SAX parser to detect the end of the XML.
- Loading branch information