Re: Creating a batch file or shell script / Inserting line breaks

Subject: Re: Creating a batch file or shell script / Inserting line breaks
From: Paul Tchistopolskii <paul@xxxxxxx>
Date: Sat, 08 Jul 2000 22:15:54 -0700
> Does anybody have an idea how to create a line break after each section
> element? I already tried the
> 
> <xsl:text>&#10;</xsl:text
> 
> which occured earlier in this list, but Xalan ignored that.

try

<xsl:text>
</xsl:text>

Rgds.Paul.

 


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


Current Thread