Search Results

5
votes

Best open XML parser for C++

TiCPP is a "more c++" version of TinyXML. 'TiCPP' is short for the official name TinyXML++. It is a completely ne …
1
vote

XML Parser for C

You can try ezxml -- it's a lightweight parser written entirely in C. For C++ you can check out …