Hi Vasu,
On 15 February 2011 13:28, Vasu Chakkera <vasucv(_at_)gmail(_dot_)com> wrote:
Hello All
I am trying my best to not go along the catalog side and instead do
the short cut of escaping the validation step... I do the following
java -Xms100M -Xmx500M -jar C:\Temp\saxon9.jar -dtd:off
C:/Temp/tmp/SampleXML.xml work/identity.xsl
where the SampleXML has a Doctype declaration..
I expected that the above should work..
The result still says that the DTD is not found.. Am I missing something ??
The sort answer is that the DTD still has to be fetched for entity
expansion and defaulted values, even if validation is turned off.
There is plenty in the archives about this.
--
Andrew Welch
http://andrewjwelch.com
--~------------------------------------------------------------------
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>
--~--