TOC PREV NEXT INDEX


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.

Copyright © Objective Systems 2002-2008
This document may be distributed in any form, electronic or otherwise, provided that it is distributed in its entirety and that the copyright and this notice are included.

Objective Systems, Inc.

55 Dowlin Forge Road
Exton, Pennsylvania 19341
http://www.obj-sys.com
Phone: (484) 875-9841
Toll-free: (877) 307-6855 (US only)
Fax: (484) 875-9830
info@obj-sys.com

TOC PREV NEXT INDEX