[xsl] How do i get Simple Line Breaks in the header?

Subject: [xsl] How do i get Simple Line Breaks in the header?
From: "Barry van Weldam" <barry@xxxxxxx>
Date: Tue, 16 Sep 2003 18:27:29 +0200
Hi there,

How do i get Simple Line Breaks in the header? 

rigth now i have
---------------------------
<xsl:variable name="newline">
<xsl:text>
</xsl:text>
</xsl:variable>
AND
<fo:static-content flow-name="xsl-region-before" >
<fo:block text-align="end" border-bottom="solid" border-bottom-color="navy">
Report Name: <fo:inline font-size="11" font-weight="bold" color="brown">
<xsl:value-of select="root/Name"/></fo:inline>
<xsl:value-of select="$newline"/>
X-te: <fo:inline font-size="11" font-weight="bold" color="brown">
<xsl:value-of select="root/printDate"/></fo:inline>

But this doesn't work.
Where do i have to declare the variable???
Thanks in advanced,


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


Current Thread