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

Home

Readme
Download
Installation
Build Instructions

API Docs
Samples
Schema

FAQs
Programming
Migration

Releases
Bug-Reporting
Feedback

Y2K Compliance
PDF Document

CVS Repository
Mail Archive

Xerces-C++ Version 1.6.0
 

Xerces-C++ is a validating XML parser written in a portable subset of C++. Xerces-C++ makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents.

Xerces-C++ is faithful to the XML 1.0 recommendation and associated standards ( DOM 1.0, DOM 2.0. SAX 1.0, SAX 2.0, Namespaces, and W3C's XML Schema recommendation version 1.0.)

The parser provides high performance, modularity, and scalability. Source code, samples and API documentation are provided with the parser. For portability, care has been taken to make minimal use of templates, no RTTI, no C++ namespaces and minimal use of #ifdefs.


Applications of the Xerces Parser
 

Xerces has rich generating and validating capabilities. The parser is used for:

  • Building XML-savvy Web servers
  • Building next generation of vertical applications that use XML as their data format
  • On-the-fly validation for creating XML editors
  • Ensuring the integrity of e-business data expressed in XML
  • Building truly internationalized XML applications

Features
 

Platforms with Binaries
 
  • Win32 using MSVC 6.0 SP3
  • Linux (RedHat 6.1) using egcs-2.91.66 and glibc-2.1.2-11
  • Solaris 2.6 using Forte C++ Version 6 Update 2
  • AIX 4.3 using xlC_r 5.0.2
  • HP-UX 11 using aCC A.03.13 with pthreads

Other ports...
 
  • OS/390
  • AS/400
  • FreeBSD
  • SGI IRIX
  • Macintosh
  • OS/2
  • PTX
  • UnixWare
  • and more!


Copyright © 2001 The Apache Software Foundation. All Rights Reserved.