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 17:20:46 -0000
Alternatively, you could set a variable to the requisite number of
spaces, and then use that value:

<xsl:value-of select="?"/> is to verbose for my application. I thinnk i get the indentatioin inthe output file using a few more entities:

<!ENTITY i1 "<xsl:text>   </xsl:text>">
<!ENTITY i2 "<xsl:text>      </xsl:text>">
<!ENTITY i3 "<xsl:text>         </xsl:text>">
<!ENTITY i4 "<xsl:text>            </xsl:text>">
_________________________________________________________________
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