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 (111k). It also includes XML Namespaces support.
| Tags | Text Processing Markup XML Software Development Libraries |
|---|---|
| Licenses | LGPL |
| Operating Systems | Windows Windows POSIX |
| Implementation | C C++ |
Recent releases


Release Notes: This is a minor stable release that fixes (removes) some unused variables that were causing Axl to not compile under some newer systems.


Release Notes: This minor stable release improves Python detection for when building PyAxl and fixes item counting on hash removal.


Release Notes: This is a stable release with bugfixes and API updates.


Release Notes: This is a minor stable release. It has Python Axl fixes, fixes in the stream reader global index, and API updates.


Release Notes: This stable release includes updates to the Python API and several updates to make the library more robust against memory allocation failures.