Re: [xml-dev] Looking for small Java XML Parser

From
Thomas B. Passin <>
To
Date
2004-01-15T01:22:53Z
ID
<>
Thread
Re: [xml-dev] Looking for small Java XML Parser
Gordon Ross wrote:

> I'm looking for a small Java XML parser (validation is *NOT* required,
> but well-formedness checking would be nice)
> 
> I'm not looking for any particular API set, but if it can give me
> something like a DOM/JDOM tree-based API, rather than a SAX style event
> stream, mores the better.
> 
> My main contender so far is XMLtp (http://mitglied.lycos.de/xmltp/)
> 
> Any other suggestions ?

You might look at

NanoXML  http://web.wanadoo.be/cyberelf/nanoxml
kXML2 http://www.kxml.de

You also might be able to use the Aelfred parser that is used in many 
of the Saxon releases.

Cheers,

Tom P