XML.com: XML From the Inside Out
oreilly.comSafari Bookshelf.Conferences.

advertisement
 Resource Guide -> XML Parser Information, RSS, Open Source, Java Parsers -> Xparse-J 1.0 User documentation

Xparse-J 1.0 User documentation

Date: Jan. 19, 2001
Link: http://www.webreference.com/xml/tools/xparse-j.html
Source Author or Organization: Michael Classen, WebReference.com

Xparse-J is a Java based XML parser that "aspires to be the smallest Java XML parser on the planet". This page contains documentation and a download link for Xparse-J.

Xparse-J is a literal translation of Xparse, an XML parser in 5k of JavaScript, into Java. It is intended for use where a small memory footprint is a prime concern. For example, when embedding Java applets for simple XML processing tasks such as Rich Site Summary (RSS) parsing.

Xparse-J does not read Document Type Definitions (DTDs) or support the Simple Application Programming Interface for XML (SAX) or the Document Object Model (DOM). When such support is an issue, the author recommends Aelfred or TinyXML as the most compact XML parser options.

Xparse-J is distributed under the GNU Public License (GPL).