Pretty newbie with all this XSL: FO mallarky and I am having a hard time creating quite a complex table in a document. I have a 4 column part to the table, and I have a statement that I would like to sit in the footer of the table spaning 4 columns, but after creating a fo table-footer section, I cannot get my footer to display. I don't want another table just for this data.
Here is an example:
XML: label A Value A
label B Value B
Footer text goes here
and the XSL: -->
: :
<fo:table-footer>
<fo:table-cell >
<fo:block>
<xsl:value-of select="subjectFooter"/>:::::
</fo:block>
</fo:table-cell>