posted 20 years ago
I have problems with my SAXParser, its not able to find the dtd.
<!DOCTYPE movies SYSTEM "movies.dtd">
I thinks its is because the classfile is runned in a diffrent location then the xmlfile is stored. I have to use this value to get things going.
<!DOCTYPE movies SYSTEM "C:\myxml\movies.dtd">
Is there a work around for this, I would like to keep none-static path to the dtd.
Im using the example code provided by SAX
/ Sebastian<br />No blog, No homepage, No life?