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


Release Notes: This version includes some minor code clean-up.


Release Notes: The handling of whitespace between tags was unified. A reformat_xml.c utility was added to the tests_and_examples directory. It can be used to indent XML files so as to improve readability.


Release Notes: The xml_grab_tag_name routine was made more robust in the case where a tag-name is attached to the tag's trailing slash.


Release Notes: A potential erroneous warning message that could occur when parsing ampersand escaped phrases in XML was corrected.


Release Notes: 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.