sxmlc Wiki
Simple, lightweight XML parser in C, statically or dynamically linked.
Brought to you by:
matthieu-labas
This is a Simple XML parser written in C.
"Simple" means that it does not implement all XML specifications, only the most widely used ones. It is not an attempt to re-write the fine 'libxmlc' or 'expat'! :-)
It is also not an XML-validation tool!
Therefore, it will probably fail most of the OASIS tests. ;-)
It is just intended to give C developers an API for XML handling as simple and flexible as possible, being fast and memory-efficient.
It can be compiled as a stand-alone library to be included in other applications, possibly written in other languages, or be included directly in C projects (add 21 Kb to your executable).