xsl-list
[Top] [All Lists]

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

2004-12-13 10:15:52


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
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>