On Fri, 26 Oct 2001 14:06:10 +0200, [EMAIL PROTECTED] wrote: >I'm a newbie in the Xerces world, and would like to know if >there exist any way to dynamically set the location of the >DTD-file. That is; I want to override the location given >in the header of the XML-file with code.
You need to create and register an EntityResolver (see the docs). Ciao, J�rgen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
