Hi,

I am trying to use 2 block-container's to show-up on the top right corner of the
PDF (like 2 table cells next to each other). But only one shows up and the other
does not. I am relatively new to XSL-FO. I have the code below. Please let me
know, what I am missing?.

<fo:static-content flow-name="after-content-first-page">
                                <fo:block-container 
absolute-position="absolute" top="0mm" right="2cm"
height="5mm" width="12.5mm" text-align="center" border-width="1pt"
border-style="solid" border-color="red">
        <fo:block text-align="left"><xsl:value-of 
select="$margin-text1"/></fo:block>
                </fo:block-container>
                                <fo:block-container position="absolute" 
top="0mm" right="4cm" height="5mm"
width="12.5mm" text-align="center" border-width="1pt" border-style="solid"
border-color="blue">
                                        <fo:block><xsl:value-of 
select="$margin-text2"/></fo:block>
                                </fo:block-container>
                        </fo:static-content>

(The first block container does not show-up in the PDF)

Thanks
kevin


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

Reply via email to