[jdom-interest] Using NanoXML and JDOM

philip.nelson at omniresources.com philip.nelson at omniresources.com
Wed Sep 19 12:34:52 PDT 2001


> 
> Is it possible to use another SAX parser than the ones that comes with
> JDOM?
> I was thinking about NanoXML.

Yes and no.  Any SAX2 parser can be hooked up to SAXBuilder but on a 1
minute perusal, NanoXML has a SAX1 interface.  You would have to write your
own builder to use a sax1 parser but it is not that hard if you take
SAXHandler as an example.



More information about the jdom-interest mailing list