Re: [xsl] ignore DOCTYPE

Subject: Re: [xsl] ignore DOCTYPE
From: Goetz Bock <bock@xxxxxxxxxxx>
Date: Tue, 22 May 2001 00:48:44 +0200
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.

Attachment: pgp00004.pgp
Description: PGP signature

Current Thread