Re: createDocument not found in interface org.w3c.dom.DOMImplementation

2001-09-05 Thread Batik User
THANK YOU VERY MACH. I was to blame. You have to include batik JAR's before others. ___ ¿Sabes que puedes redireccionar tu correo de HispaVista a donde tú quieras? http://www.hispavista.com/altascorreo/

Re: createDocument not found in interface org.w3c.dom.DOMImplementation

2001-09-05 Thread Thierry Kormann
On Wednesday 05 September 2001 18:05, you wrote: > Here you are the complete code (Proba.java): > > ---// > import java.io.IOException; > import org.apache.batik.dom.svg.SVGDOMImplementation; > import org.w3c.dom.Document; > import org.w3c.dom.Element; > import

Re: createDocument not found in interface org.w3c.dom.DOMImplementation

2001-09-05 Thread Bill Haneman
>Here you are the complete code (Proba.java): > >---// >import java.io.IOException; >import org.apache.batik.dom.svg.SVGDOMImplementation; >import org.w3c.dom.Document; >import org.w3c.dom.Element; >import org.w3c.dom.DOMImplementation; > >public class Proba {