Re: [xsl] MSXML -> XSLT -> and bloody \r\r\n and where do they come from? a nd what can I do about it!

Subject: Re: [xsl] MSXML -> XSLT -> and bloody \r\r\n and where do they come from? a nd what can I do about it!
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 13 Dec 2004 17:15:52 GMT
> Instead of trying to code a carriage return and linefeed, modify your
> XSLT file. Place the cursor between the opening and closing <xsl:text>
> tags, and hit the "Enter" key. 

That will produce the same input as

  <xsl:value-of select="IndexValue"/>,<xsl:value-of
  select="Action"/><xsl:text>& #10;</xsl:text>
 

as XML parsing of the end of line is well defined.
Whether or not it produces the desired output depends on how the system
linearises end of line in the text output method (which is rather under
specified in xslt 1)

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