|
About:
Xerces C++ is a validating XML parser written in a portable subset of C++. The parser was designed with high performance, modularity, and scalability in mind. It provides DOM, SAX, and SAX2 APIs and supports validation of XML documents against DTD and W3C XML schema.
Release focus: Major feature enhancements
Changes:
This release is primarily focused on bugfixes, optimizations, and build system improvements. It comes with a wide range of precompiled libraries that cover all widely-used CPU architectures, operation systems, and C++ compilers.
Author:
Boris Kolpackov [contact developer]
Homepage:
http://xerces.apache.org/xerces-c/
Tar/GZ:
http://xerces.apache.org/xerces-c/download.cgi
Zip:
http://xerces.apache.org/xerces-c/download.cgi
Changelog:
http://xerces.apache.org/xerces-c/releases.html
Bug tracker:
http://xerces.apache.org/xerces-c/feedback.html
Mailing list archive:
http://xerces.apache.org/xerces-c/mailing-lists.html
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|
|
» Rating:
8.38/10.00
(Rank N/A)
» Vitality: 0.03% (Rank 2314)
» Popularity: 1.56% (Rank 3554)

(click to enlarge graphs)
Record hits: 13,604
URL hits: 16,234
Subscribers: 30
|
|
Branches
Releases
|
Version
|
Focus
|
Date
|
|
3.0.0
|
Major feature enhancements |
01-Oct-2008 16:17 |
|
2.8.0
|
Major feature enhancements |
03-Sep-2007 23:26 |
|
2.1.0
|
N/A |
20-Sep-2002 12:55 |
Articles referencing this project
Comments
[»]
I like it, but
by Patrice Neff - Feb 14th 2002 03:49:54
I like this library, but it has some drawbacks.
First it is very bloated. Or what do you call it if the smallest
available download at http://xml.apache.org/dist/xerces-c/stable/
is 5.4M?
Second it's impossible to compile with -Wall. That's sad because I
really hat to turn of these warnings for only this library.
[reply]
[top]
[»]
Re: I like it, but
by Boris Kolpackov - Sep 3rd 2007 12:05:42
> I like this library, but it has some
> drawbacks.
> First it is very bloated. Or what do you
> call it if the smallest available
> download at
> http://xml.apache.org/dist/xerces-c/stable/
> is 5.4M?
> Second it's impossible to compile with
> -Wall. That's sad because I really hat
> to turn of these warnings for only this
> library.
The size of the archive is quite big due to a large number of inheritance
graph images generated by doxygen for the API reference. If you don't need
those (for example because you prefer to read the documentation online),
simply remove the doc directory after you unpack the source code.
There also shoudn't be any problems compiling your code with -Wall
provided you are using a fairly recent version of Xerces-C++.
[reply]
[top]
|