http://xml.apache.org/http://www.apache.org/http://www.w3.org/

Xerces Project

Overview
Charter
Release Info
Advisories
Download

Xerces-C++ 3.2.5
Installation
Build Instructions

Programming
Samples
FAQs

API Reference
DOM C++ Binding
Migration Guide

Feedback
Bug-Reporting
Mailing Lists

Source Repository
Applications

Questions
 


Can I use Xerces-C++ in my product?
 

Most likely yes. Xerces-C++ is distributed under the terms of the Apache Software License version 2.0 which is a fairly permissive license. In particular, it allows you to distribute your application in binary form without requiring you to also release the source code. Read the license agreement for more information and if you still have further questions, then please address them to the Xerces-C++ user mailing list.


Which files do I need to distribute with my application?
 

You only need to distribute one file:
xerces-c_3_2.dll for Windows
libxerces-c-3.2.a for AIX
libxerces-c-3.2so. for Solaris/Linux
libxerces-c-3.2.sl for HP-UX on PA-RISC
libxerces-c-3.2.so for HP-UX on IA64
libxerces-c-3.2.dylib for Mac OS X

Note, however, that if you built Xerces-C++ with dependencies on other libraries (e.g., ICU for transcoder support or libcurl for net accessor support) then you will need to ship those libraries as well.

You can also link your application to a static version of the Xerces-C++ library in which case you won't need to distribute any extra libraries.


I do not see a binary for my platform. When will it be available?
 

The reason why you see binaries only for some specific platforms is that we have had the maximum requests for them. Moreover, we have limited resources and hence cannot publish binaries for every platform. If you wish to contribute your time and effort in building binaries for a specific platform/environment then please send a mail to the Xerces-C++ developer mailing list.


When will a port to my platform be available?
 

We would like to see Xerces-C++ ported to as many platforms as practical. However, due to limited resources we cannot do all the ports. Here are the Porting Guidelines.

We encourage you to submit the changes that are required to make it work on another platform. We will incorporate these changes in the source code base and make them available in the future releases.

All porting changes may be sent to the Xerces-C++ developer mailing list .



Copyright © 1999-2017 The Apache Software Foundation. All Rights Reserved.