|
|
Please help improve this article or section by expanding it. Further information might be found on the or at requests for expansion. (January 2007) |
Sparta XML is a piece of software known as a parser. It is a fast and small open-source SAX and DOM Java XML parser that also includes an XPath subset. It comes in two forms:
- A core package that parses XML into a simplified DOM and is smaller and easier to program than the standard Java XML DOM. It also allows an XPath subset for doing database-like queries.
- A wrapper package, dubbed Thermopylae, that implements the standard Java XML API's for SAX and DOM parsers.


