LibAxl 0.5.1 (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:
The base library (libaxl) was updated to allow configuring a set of external handlers that allow run-time buffered decode operations. This was used to implement libaxl-babel, the foundation to give Axl Library support for more encoding formats than UTF-8. Several bugs in the library have been fixed, and some improvements were implemented on axl-knife (like producing a C inline representation for a DTD).
|