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: Building a tab-delimited file in XSL



> Is there an & code that produces a tab

You can produce a tab just like any other character,
<xsl:text>	</xsl:text>
If you want something a bit more visible you can use the fact that tab
is ascii (and hence unicode) character 9.
<xsl:text>&#9;</xsl:text>

David


 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]