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: Creating a batch file or shell script / Inserting line breaks



> 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

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