xsl-list
[Top] [All Lists]

[xsl] suppress missing dtd in doctype?

2007-07-04 05:47:41
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>
--~--

<Prev in Thread] Current Thread [Next in Thread>
  • [xsl] suppress missing dtd in doctype?, Jacques Couzteau <=