Doug Clancey wrote:
Does anyone know if NanoXML <http://nanoxml.cyberelf.be/> can be
used as the XML parser for JaxMe?
NanoXML is SAX 1.0 Compliant.
Why do you want to use it?
Basically, there is no problem. See the class
org.xml.sax.helpers.ParserAdapter
In other words, setting the property javax.xml.parsers.SAXParserFactory
to the fully qualified name of the Parser class and the property
org.xml.sax.parser to the NanoXML implementation of Parser should do the
trick.
Jochen
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]