I'm working on a project for an embedded system that's using XML for getting data into and out of the system. I don't want the XML handling to devolve into a ...
I'm after a very tiny XML parser for an embedded project. It needs to compile down to 10-15k, doesn't need to validate, and needs to be simple and portable.
What are the recommended XML parsers for parsing a TMX file(XML based tilemap) in C?
What are the pros and cons of each, as I would like to have an efficient one ...