2 Oct 17:51
Trying to add a footer
From: Steffanina, Jeff <Jeff.Steffanina <at> marriott.com>
Subject: Trying to add a footer
Newsgroups: gmane.text.xml.fop.user
Date: 2008-10-02 15:55:07 GMT
Subject: Trying to add a footer
Newsgroups: gmane.text.xml.fop.user
Date: 2008-10-02 15:55:07 GMT
Hello All,
FOP 0.95
Linux
I am trying to add a footer to my functioning style sheet. The footer will include a page number and some fixed text. I have added the code below and the following error is generated:
SEVERE: javax.xml.transform.TransformerException: attribute-set named footer does not exist
What am I missing?
….
….
….
<fo:region-after region-name="footer-main" extent="1in"/>
…..
….
….
….
<fo:static-content flow-name="footer-main">
<fo:block xsl:use-attribute-sets="footer">
<fo:page-number/>
</fo:block>
</fo:static-content>
Jeff
RSS Feed