Re: SAXParser change problem

2005-02-11 Thread James Shaw
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

Re: SAXParser change problem

2005-02-11 Thread James Shaw
> 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

Re: SAXParser change problem

2005-02-11 Thread Thomas DeWeese
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

SAXParser change problem

2005-02-11 Thread Rémy Brousset
  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