Re: [xml-dev] Some comments on the 1.1 draft

From
Alan Kent <>
To
Date
2001-12-19T23:15:10Z
ID
<>
Thread
Re: [xml-dev] Some comments on the 1.1 draft
On Wed, Dec 19, 2001 at 08:47:48PM +0100, Julian Reschke wrote:
> > The normalization of CR, LF and CRLF can be avoided by using their
> > character entities. So I still can preserve fidelity.
> 
> I don't think this is true. For instance, using MSXSL, try:

I don't think using an implementation of XSLT is a valid way to
say what the XML spec says should be done. Its always dangerous
to use an implementation (with possible bugs) as a means of saying
what the spec says.

Alan