XML::Parser

David Brownell david-b at pacbell.net
Thu May 13 23:45:59 BST 1999


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 at 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 at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list