[Home] [By Thread] [By Date] [Recent Entries]
Jeff Sese wrote:
then i need to have headers like these: page 1: title 1 - title 2 page 2: title 2 - title 3 page 3: title 3 page 4: title 3 - title 4
<xsl:template match="article">
<fo:block>
<fo:marker marker-class-name="heading-start"><xsl:value-of
select="head"/></fo:marker>
<fo:marker marker-class-name="heading-end" />
<xsl:apply-templates/>
<fo:marker marker-class-name="heading-end"><xsl:value-of
select="concat(' - ', head)"/></fo:marker>
</fo:block>
</xsl:template>Beware: untested. J.Pietschmann
|

Cart



