This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: ignore DOCTYPE



On Mon, May 21 '01 at 15:21, Jih, Felix wrote:
> If the <!DOCTYPE ...> is removed from the input XML file, the transformation
> is working fine.
What processor are you using?

You can ask Saxon, Xalan and probably others to use a none validating
parser (in this case the <!DOCTYPE ...> is ignored), you can not ask
MSXML to do so (if the doctype referer is a local one (e.g. not a
public), MSXML will most likely ignore it too, if it can't find the DTD
AND your document does not neede any entities except lt, gt, amp, apos,
quote.

Cu,
    Goetz.

PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]