Subject: RE: Microsot parser is OK (Was: Re: Copyright symbol in FOP)
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 27 Apr 2000 16:00:48 +0100
|
>
> <!ENTITY amp "&">
> <!ENTITY lt "<">
>
> What is strange is that neither XT nor Saxon reported that error.
> Is it a conformant behaviour?
>
It depends of course on what XML parser you are using with XT or Saxon, not
on the XSLT processor itself.
I suspect an XML parser should report this as an error. The XML version of
the XML specification itself, however, contains the line
<!ENTITY lt "<">
and most parsers accept it: but IE5 doesn't. For once I think MS are in the
right.
Mike
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|