Small footprint, fast Java XML parser. Parses to an easily manipulable nested class structure which can be converted back to formatted or unformatted XML with a single call. Uses and creates straight XML, no DTDs necessary or used.
MParser is a XML parser targetted to be very lightweight (<7Kb) and with constant/very low memory greedy, thus is focused to be used within constrained environments such as J2ME/CLDC v1.0
Sparta is a lightweightJava XML package that includes an XML parser, a DOM, and an XPath interpreter. The code-size is small, the parser is fast, the object memory size is small, and the DOM API is clean and simple.