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.
Copyright
NanoXML is distributed under the zlib/libpng license, which is OSS (Open Source Software) compliant.
Copyright ©2000-2008 Marc De Scheemaecker, All Rights Reserved.
This software is provided 'as-is', without any express or implied warranty. In no event will the author be held liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
- The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
- Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
- This notice may not be removed or altered from any source distribution.
Downloads
Binaries
| nanoxml-lite-2.2.3.jar | 5914 bytes | NanoXML/Lite 2.2.3 |
| nanoxml-2.2.3.jar | 30183 bytes | NanoXML/Java 2.2.3 |
| nanoxml-sax-2.2.3.jar | 3887 bytes | NanoXML/SAX 2.2.3 (requires NanoXML/Java) |
Source Code
| NanoXML-2.2.3.tar.gz | 426111 bytes | NanoXML 2.2.3 |
| NanoXML-1.6.8.tar.gz | 30032 bytes | NanoXML 1.6.8 |
Documentation
| NanoXML-Java.pdf | 213413 bytes | NanoXML/Java (PDF) |
| NanoXML-Lite.pdf | 115231 bytes | NanoXML/Lite (PDF) |
| nanoxml-javadoc.tar.gz | 65046 bytes | JavaDoc for NanoXML 2.2.3 |





