Thomas DeWeese wrote:
Hi Rémy,
Rémy Brousset wrote:
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.
This class does not implement the XMLReader interface, it can
be used to produ
> 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 defin
Hi Rémy,
Rémy Brousset wrote:
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.
This class does not implement the XMLReader interface, it can
be used to produce an XMLReader. Unfor
hi,
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.
when i lauch my applet, ihave the following error,
java.io.IOException: SAX2 driver class javax.xml.parsers.SAXParse