George Armhold wrote:
Tonny Kohar wrote:

 > - if the client have their own xml parses eg: JVM 1.4 or higher you
 > can exclude xerces and use that parser with some properties files
 > modification.

Tonny, this sound very interesting.  Do you have a "recipe" for how to
make this work?

There are a couple of ways to do this. One is to override bridge.UserAgent.getXMLParserClassName to return the name of any SAX2 parser. The default implementation looks at:

   batik/util/resources/XMLResourceDescriptor.properties
for the "org.xml.sax.driver" property.  I think the JVM parser is
"javax.xml.parsers.SAXParser"


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to