At 10:44 AM 6/28/01 -0400, Gabrovsky, Ivaylo wrote:
>Hi,
>I have a problem how to show labels on the very bottom of the page. The
>label on first and second page need to be different and not to exist on
>every other pages. I tried to do this with footnote, it is good for first
>page. I do not know how to understand conditionally that I an on second page
>and to attach second footnote.
>Can someone help me how to do this?
>Ivaylo 

If content depends on page-position, in XSL 1.0, the best thing to do is to 
modify your page-sequence-master and/or page sequences.

In this case, for example, the first 2 pages could be handled by 2 
fo:single-page-master-references at the start of your 
fo:page-sequence-master. The region-after for page 1 is assigned a 
fo:static-content that has the label content for page 1; the region-after
for page 2 
is assigned a fo:static-content that has the label content for page 2.
You'll want 
to pick specific region-names and flow-names to match up, of course.

This is just one way to do it. It also assumes that "very bottom of the 
page" is something that you are happy handling with fo:region-after.

Regards,
Arved Sandstrom

Fairly Senior Software Type
e-plicity (http://www.e-plicity.com)
Wireless * B2B * J2EE * XML --- Halifax, Nova Scotia


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to