Subject: RE: How do i get Simple Line Breaks in the header?
From: cknell@xxxxxxxxxx
Date: Tue, 16 Sep 2003 13:01:25 -0400
|
Have you considered "<fo:block />"?
--
Charles Knell
cknell@xxxxxxxxxx - email
-----Original Message-----
From: "Barry van Weldam" <barry@xxxxxxx>
Sent: Tue, 16 Sep 2003 18:27:29 +0200
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Subject: How do i get Simple Line Breaks in the header?
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
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|