hi fop users
I am generating PDF from server site with Cocoon 1.8, it is apperaing allright
but my running header wont appear. pls let me know where I am going wrong, my
XSL for the header reads like this:
<fo:table>
<fo:table-column column-width="30pt"/>
<fo:table-column column-width="25pt"/>
<fo:table-column column-width="330pt"/>
<fo:table-column column-width="6pt"/>
<fo:table-column column-width="60pt"/>
<fo:table-body>
<fo:table-row>
<!--First cell data-->
<fo:table-cell>
<fo:block
background-color="white" line-height="50pt"/>
</fo:table-cell>
<!--First cell data-->
<!--2nd cell data-->
<fo:table-cell>
<fo:block
text-align="center" font-size="12pt"
font-family="Helvetica" background-color="#B01888" color="white"
font-weight="bold" line-height="40pt">
<fo:page-number/>
</fo:block>
</fo:table-cell>
<!--2nd cell data-->
<!--3rd cell data-->
<fo:table-cell>
<fo:block
text-align="end" font-size="12pt" font-family="Helvetica"
color="#B01888" font-weight="bold" line-height="40pt">
<xsl:text>3rd cell data</xsl:text>
</fo:block>
</fo:table-cell>
<!--3rd cell data-->
<!--4th cell data-->
<fo:table-cell>
<fo:block
background-color="white" line-height="50pt"/>
</fo:table-cell>
<!--4th cell data-->
<!--5th cell data-->
<fo:table-cell>
<fo:block
text-align="start" line-height="40pt"
vertical-align="center">
<fo:external-graphic src="file:/image.gif" width="55px"
height="20px"/>
</fo:block>
</fo:table-cell>
<!--5th cell data-->
</fo:table-row>
</fo:table-body>
</fo:table>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
