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

Subject: Re: [xsl] How do i get Simple Line Breaks in the header?
From: "Barry van Weldam" <barry@xxxxxxx>
Date: Tue, 16 Sep 2003 19:34:52 +0200
Thanks Charles,
that seems to work. 

Hmm,  did not think about that.

Well as a newbie i think i have a lot more to post.

Thanks,



----- Original Message ----- 
From: <cknell@xxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Tuesday, September 16, 2003 7:01 PM
Subject: RE: [xsl] How do i get Simple Line Breaks in the header?


> 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:  [xsl] 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
> 


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


Current Thread