LibAxl 0.4.11 (Default branch) |
|
|
LibAxl is an efficient implementation of the XML
1.0 standard specification. It doesn't have any
external library dependencies, having a clean
implementation based on opaque types and a
consistent API to manipulate your XML documents
without compromising your code. It is extremely
memory efficient and thread safe with a small
footprint (89k). It also includes XML Namespaces support.
License: GNU Lesser General Public License (LGPL)
Changes:
A bug in the axl stream module has been fixed that was causing it to not properly read documents with a very large content node. An initial implementation of axl-knife, a command line tool built on top of Axl, has been added. A memory leak in the axl list cursor has been fixed, and some convenience macros have been added.
|