xsl-list
[Top] [All Lists]

transform slash n or $$$$ to line break

2003-01-24 06:56:26
Hi there,

is there any way to transform a string like "$$$$" into a <fo:block/> to
make a line-break?
Or is there "even" a way to transform "\n" to <fo:block/>

here are two examples

<TermineStatusNotiz>Verzögerung in Monaten$$$$Verzögerung in
Monaten$$$$Dritte Zeile</TermineStatusNotiz>

--> shall be transformed with XSLT to

<fo:block>
Verzögerung in Monaten<fo:block/>Verzögerung in Monaten<fo:block/>Dritte
Zeile
</fo:block>

so that there is a linebreak in the PDF output.

The input can also contain "\n" as a linebreak. Like

<TermineStatusNotiz>
Verzögerung in Monaten
Verzögerung in Monaten
Dritte Zeile
</TermineStatusNotiz>

What can i do?


I hope you can help me,
Sascha


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



<Prev in Thread] Current Thread [Next in Thread>