[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[xsl] suppress missing dtd in doctype?
Subject: [xsl] suppress missing dtd in doctype?
From: Jacques Couzteau <lists@xxxxxxxxxxxxx>
Date: Wed, 4 Jul 2007 14:47:20 +0200
|
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
|