I am looking for how to parse an XML file via a C libexpat and Linux. I’m looking for the parse does not load the entire file contents in memory, I want the parse is done by reading the xml document line by line.
Is there anyone I can propose a method using expat?
Thank you in advance for your help
XML_Parse just does that. See the sample code below: