[
Lists Home |
Date Index |
Thread Index
]
- From: David Brownell <david-b@pacbell.net>
- To: Lars Marius Garshol <larsga@ifi.uio.no>
- Date: Thu, 13 May 1999 14:44:32 -0700
Lars Marius Garshol wrote:
>
> * Travis Walsh
> |
> | I'm running XML:Parser 2.20 on linux.
> |
> | All of the newlines are stripped when I run a CharHandler. Should
> | this be happening and how can I stop it?
>
> If you mean then, yes, the XML recommendation requires it to be
> replaced with (except that pairs go to a single ).
>
> See section 2.11 in the XML recommendation for the details on this.
Careful. 2.11 applies to line ends: CR, CRLF, and LF are all
mapped to a single LF. But if a CRLF constructed using character
reference (as in your text above) won't be covered by 2.11 !!
For example, see section 2.3.3 re attribute value normalization, which
makes clear that you can emit a literal CRLF; and similarly 4.5 re
construction of internal entity replacement texts.
- Dave
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|