I implemented a c-only sax parsing (from a libxml2 example online) and it managed to traverse the entire xml file. It only printed the matched end tag of the entries I wanted, and didn't build a document. But that parsed the entire file with no problems. On Thu, 14 Mar 2024 at 16:45, scoder