Hi !

I am using the WIN32 version of XERCES 1.7.0 with a SAX2-parser to read
XML-files.

I am also using a DTD to validate the XML-files and I realized, that the DTD
has to be located
within the same directory as the XML-file.

I am using the following statement within the XML-files:

<!DOCTYPE myapp SYSTEM "myapp.dtd">

this is a problem for me, because users of my app should be able to save
their files anywhere
and not always in the directory where the DTD is located.

how can I connect the XML-files with the DTD which is located somewhere else
?
I dont want to put the whole path of the DTD into the XML-file.

I tried putting the DTD in a PATH-directory, but it didnt work.

Any help with this would be greatly appreciated,
thanx in advance!

Regards,
Hans Pesata



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

Reply via email to