Xerces
|
Xerces is a family of software packages for parsing and manipulating XML, part of the Apache XML project. Xerces (named after the Xerces Blue butterfly) provides world-class XML parsing and generation.
In particular the Java XML version was one of the original Java XML parsers and is still (as of 2002) the most popular Java implementation.
The library itself implements a number of standard APIs for XML parsing, including DOM, SAX and SAX2.
See Also
External links
- Apache XML Project home (http://xml.apache.org/)
- Xerces2 Java Project (http://xml.apache.org/xerces2-j/)
- Xerces C++ Project (http://xml.apache.org/xerces-c/)