NanoXML
NanoXML is a small XML parser for Java. NanoXML comes in three different components:
- NanoXML/Java - The standard parser for Java.
- NanoXML/SAX - A SAX adapter for NanoXML/Java.
- NanoXML/Lite - An extremely small (6KB) XML parser which is the successor of NanoXML 1. It only provides a limited functionality: no mixed content and the DTD is ignored.
NanoXML is distributed under the zlib/libpng license.