Re: [xml-dev] line-ends and char refs

From
Richard Tobin <>
To
Date
2002-10-17T14:32:43Z
ID
<>
Thread
Re: [xml-dev] line-ends and char refs
>Does the character-reference version of #xD #xA, &#xD;&#xA; , get
>normalized to a single #xA?

No (nor does a single &#xD;).  So if you really want to you can
arrange for a document to contain carriage-return linefeed you can,
though I think it would usually be a mistake.

-- Richard