Re: [xsl] Detecting carriage return and newline feed in XML Data

Subject: Re: [xsl] Detecting carriage return and newline feed in XML Data
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 27 Oct 2004 16:38:30 +0100
me> an XML parser normalises newlines in attribute values to space


Michael>But not if they are written as character references.

Just to clarify, since we were both a bit brief:

The newlines in the source were (presumably) literal newlines so are
reported as space. The newlines in your xselect attribute were written
as numeric character references so are not normalised and are reported
as newline characters, so they are not equal, and more generally if the
newlines in your source are explict there is no way of detecting them
in any XML application.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread