[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] Appendix title and docbook 5.0
Bob Stayton a écrit :
> Hi Jacques,
> I'm not able to duplicate this problem with the docbook5ns-xsl-snapshot
> release. Is this still a problem for you?
No ! I found the problem.
The problem was in my custom stylesheet which was :
<xsl:template match="d:title" mode="chapter.titlepage.recto.auto.mode">
<fo:block xsl:use-attribute-sets="chapter.titlepage.recto.style"
margin-left="{$title.margin.left}" font-size="24.8832pt"
color="#334D89" font-weight="bold">
<xsl:call-template name="chapterappendix.title">
<xsl:with-param name="node" select="ancestor-or-self::d:chapter[1]"/>
</xsl:call-template>
</fo:block>
</xsl:template>
Remplacing chapterappendix by component solve the problem.
Thanks for your help.
--
Jacques
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]