XML Parse Lib is a lightweight set of re-usable functions for general purpose parsing, checking, and creation of XML files. It supports stream-oriented, SAX, or DOM parsing styles, and includes an optional xsd schema validator and a graphical schema generator. It supports all valid XML, and includes checking for validity. It has minimal dependencies, and is totally self-contained. It is both speed- and memory-efficient, and is simple to use.
| Tags | Text Processing Markup XML |
|---|---|
| Licenses | MIT/X |
| Operating Systems | OS Independent |
| Implementation | C |
Recent releases


Changes: The ability to handle escaped numeric symbols in XML files was added. Such values begin with an ampersand and a pound-sign, followed by a hexidecimal or base-10 value, and then a semi-colon.


Changes: Two minor fixes enable this release to more gracefully handle improperly escaped ampersands, as well as tag names having no space before a trailing forward slash.


Changes: The low-level routines have been streamlined for easier usage. More comments have been added to the source libraries and examples. A Readme.txt file has been added. Tests indicate that everything is stable and operating well.


Changes: Tests and examples were cleaned up and expanded. A stray comment delimiter was removed from the main program.


No changes have been submitted for this release.