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


Paul suggested:

> > 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.

Tried that, same result. Everything on a single line with output method 
txt, separated by extra blank lines with output method html. But thanks 
anyway.
Do I really have to write another script that trims the blank lines off 
the output?
Please tell me, that I don't :-|

Any other ideas?

So long,
        Ragnar 


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




 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]