Short question: any comments comparing pugixml and tinyxml, please?
More Details I need to use an XML parser / writer. My software is written in C ++.
It seems to me that TinyXML and pugixml are good options (RapidXML is also good, but its interface does not seem to be as simple as above, since I have to manage the data distribution myself).
Do people have any comments regarding the comparison between them? I am working on an embedded platform, so memory processing is important to me, and I need to be able to parse and write XML data.
Speed ββis not as important as memory usage and a simple interface.
Thanks. PS The XML files I'm dealing with are pretty small (maximum size = 1200 bytes, maximum elements = 6 or 7, XML files are pretty simple).
sw_eng
source share