Hello XSLT friends,
I would like to apply a transformation to a XML-file wich contains a
link in the doctype tag to a DTD-file which cannot be loaded. Still I
would like to go ahead and transform the file.
<!DOCTYPE vcconfig PUBLIC "-//Systems Eng//DTD AssetCue Config V 1.0//
EN"
"http://www.systems.com/acconfig.dtd">
My transformation fails:
[style] : Fatal Error! java.io.FileNotFoundException: http://
www.systems.com/acconfig.dtd Cause: java.io.FileNotFoundException:
http://www.systems.com/acconfig.dtd
Is it possible to perform the transformation while enforcing to
ignore the doctype?
If yes, please tell me how.
thanks
jacques
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--