[Faxpp-user] Fast XML Pull Parser 0.2 released
Status: Beta
Brought to you by:
jpcs
|
From: John S. <joh...@or...> - 2007-08-20 00:05:06
|
Faxpp is a small, fast XML pull parser written in C with an API that can return UTF-8 or UTF-16 strings. It currently has no DTD support, although it is planned. This release is an alpha release, to allow users to experiment with the parser. Changes include attribute value normalization, better encoding and streaming input support, and many bug fixes found by running the XML Conformance Test Suite. Faxpp 0.2 can be downloaded from here: http://sourceforge.net/project/showfiles.php?group_id=201903 Full API documentation can be found here: http://faxpp.sourceforge.net/ The full change log can be found here: http://sourceforge.net/project/shownotes.php?group_id=201903&release_id=533366 |