This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: text output with some significant white space


>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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]