TOC PREV NEXT INDEX


LibXML2


An interface to the LibXML2 parser library is included. This is another open source library for C. This library contains additional functionality beyond what Expat offers 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.
To use this library instead of Expat, the following must be done:
1. The libxml2 parser software must be installed on the target platform (it is not included in the XBinder distribution file). The software can be downloaded from http://xmlsoft.org.
2. The xmlparser.mk file must be modified to include the file paths to the libxml2 files.
The sample programs will now access the libxml2 libraries when they are rebuilt.


Copyright © Objective Systems 2002-2005
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.
102 Pickering Way, Suite #506
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