Lou,
That did the trick.....  THANK YOU for your help.
 

Jeff 


________________________________

        From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
        Sent: Thursday, October 02, 2008 12:03 PM
        To: fop-users@xmlgraphics.apache.org
        Subject: Re: Trying to add a footer
        
        
        
        Did you forget to define your "footer" attribute set?  If you
don't need it, remove that from the block and you should be OK: 
        
        A very simple example: 
        
                <fo:static-content flow-name="region-after-first"> 
                        <xsl:call-template name="poFooter"/> 
                </fo:static-content> 
        
        
                <xsl:template name="poFooter"> 
                        <fo:block space-before="1mm" font-size="7pt"
text-align="end"> 
                                Page <fo:page-number/> of
<fo:page-number-citation ref-id="lastpage"/> 
                        </fo:block> 
                        <xsl:call-template name = "copyright"/> 
                </xsl:template> 
        
        OK? 
        
        -Lou 
        

Reply via email to