Re: [xsl] text output with some significant white space

Subject: Re: [xsl] text output with some significant white space
From: "Steve Renshaw" <renshaw_steve@xxxxxxxxxxx>
Date: Thu, 19 Apr 2001 16:32:09 -0000
What is <xsl:text/> used for?

MK p301: "The effect of this is that the extra newlines and spaces now belong to whitespace-only noes, which are stripped fromthe stylesheet
and ignored."


But I want to keep the spaces (noted with @) and newlines
(noted with\ !) and ignore the stylesheet indentation
(noted with *):

**********<xsl:template match="foo">
*************begin@<xsl:value-of select="name"/>@{!
*************@@@<xsl:value-of select="body"/>!
*************@@@}
**********</xsl:template>

What am missing here?


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread