Subject: Re: Outline a header
From: "Barry van Weldam" <barry@xxxxxxx>
Date: Wed, 12 Nov 2003 12:49:20 +0100
|
hmm,
when i use:
<fo:block text-align-last="justify">
<fo:inline letter-spacing="0pt" word-spacing="0pt">CompanyName </fo:inline>
<fo:inline letter-spacing="0pt" word-spacing="0pt">Hmmm</fo:inline>
<fo:inline letter-spacing="0pt" word-spacing="0pt">Page <fo:page-number/></fo:inline>
</fo:block>
I kinda works, but now i notice that i can't use spaces between words i want to keep together.
any suggestions?
----- Original Message -----
From: "Barry van Weldam" <barry@xxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Wednesday, November 12, 2003 9:57 AM
Subject: Outline a header
>Hi there,
>
>Trying to get my hnds on the xslpath &xsl-fo subject.
>
>Bought XSL-FO (O'reilly)
>
>Can't get this code to work proper: Just trying to outline a header in 3 parts
>
><!-- here the top -->
> <fo:static-content flow-name="xsl-region-before">
> <fo:block text-align-last="justify">
> Company Name
> <fo:leader leader-pattern="space"/>Hmmm
> <fo:leader leader-pattern="space"/>Page
>
> </fo:block>
>
> </fo:static-content>
>
>Any suggestions?
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|