LibXML2

An interface to the Gnome LibXML2 parser library (http://xmlsoft.org) is included. This is the default parser used for SAX-based decoding. This library contains functionality for DOM, XPath processing, and canonicalization for security processing. The interface to this library is implemented in the rtXmlLibxmlIF.c file. A compiled object file is included in the lib subdirectory which can be used for linking with the library.

Source code form the libxml2 parser interface can be found in the libxml2src directory in the XBinder distribution. Libraries in various configurations (single-threaded, multi-threaded, etc.) are built from this code base and are part of the XBinder run-time libraries.