XSL FO Chapter reference in header or footer

M

Matthias

Hi all,

I have a problem with XSL FO. I wrote a handbook for my application in
XML and formats it with xsl:fo (FOP) for PDF output. The handbook has
some chapters. I have to write the actual chapter heading (e.g.
Handbook - Chapter 1 HEADING_OF_CHAPTER_ONE) into the header or footer
to follow our styleguide. I use a template for the header like:

<xsl:template name="Header">
<fo:table table-layout="fixed">
<fo:table-column column-width="25.7cm"/>
<fo:table-body>
<fo:table-row>
<fo:table-cell>
<fo:block line-height="14pt" font-size="13pt"
font-weight="bold" text-align="center">
Handbook - Chapter
.........................................
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</xsl:template>

I call it from the root like this:

<fo:static-content flow-name="xsl-region-after">
<xsl:call-template name="Header"/>
<fo:block text-align="center">
<fo:leader leader-pattern="rule" rule-thickness="1pt"
leader-length="25.7cm"/>
</fo:block>
</fo:static-content>

Anybody an idea how to fill the ........................?

Regards,

Matthias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

XSL : Slow 0
Odd and even page displays in XSL-FO 0
XSL-FO Page Breaks in Nested Tables 1
XSL COMPILE 3
Unable to update variable 2
Problems concerning FOP: / by zero 3
XSL:FO page break 0
A question on the xsl. 2

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top