I am trying to do a document with a box near the bottom which is bottom
aligned. 

 

I have tried everything but as soon as I put the apply-templates inside the
table the text vanished, what am I doing wrong and how can I get it working.

 

(basically I am looking for similar to the html4.0 loose transitional

 

<table><tr valign="bottom"><td></td></tr></table>

 

The FO I am using is as follows, I can see the border but nothing inside

But if I just had the block-container then a block  it works fine.

 

<fo:block-container top="140.581mm" left="12.7mm" width="50mm" height="11mm"
position="absolute" border-color="red" border-style="solid"
border-width="1px"  xsl:use-attribute-sets="smallprint">

<fo:table width="50mm" height="11mm"  xsl:use-attribute-sets="smallprint">

                                <fo:table-body>

                                                <fo:table-row>

 
<fo:table-cell display-align="after" xsl:use-attribute-sets="smallprint">

 
<fo:block>

 
<xsl:apply-templates select="$Smallprint"/>

 
</fo:block>

 
</fo:table-cell>

                                                </fo:table-row>

                                </fo:table-body>

                </fo:table>

</fo:block-container>

 

Kindest regards

 


Theresa Forster

Senior Software Developer



 

Reply via email to