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


> The first thing you need to do is be sure the output is "text".
> 
> 2) To do a tab<xsl:text 
> disable-output-escaping="yes">&#009;</xsl:text>
> 
> 3) A line break is:<xsl:text 
> disable-output-escaping="yes">&#010;</xsl:text>
> 
With <xsl:output method="text">, special characters are never escaped, so
the disable-output-escaping here is redundant. 

Mike Kay


 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]