> i try to use the jdk1.5 SAXParser instead of the xerces one.
> i've replaced in the XMLResourceDescriptor.properties the class name with javax.xml.parsers.SAXParser.


The default Xerces parsers bundled with Java 1.5 are not (AFAIK) compatible with Batik since the interfaces in org.w3c.dom define new methods. I recommend downloading the Xerces source from xml.apache.org/xerces-j and build the jars yourself. Then include these jars on your classpath. These jars do not exhibit the same problems as the bundled library.

Hope the helps,
James Shaw

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



Reply via email to