----- Original Message -----
Sent: Monday, October 10, 2011 8:01
AM
Subject: [docbook-apps] Customizing
Chapter Titel
Hi,
I did incluce my new component.xsl in my customizing layer and
without modification it works. Once I copy the example template into my
co,mponent.xsl I receive:
C:\Users\vogella\workspace\docu\de.vogella.publishing\buildpdf.xml:190:
javax.xml.transform.TransformerConfigurationException: Failed to compile
stylesheet. 2 errors detected.
I copy the following:
<xsl:template name="chapappendix.title">
<xsl:param name="node" select="."/>
<fo:block
xsl:use-attribute-sets="chap.label.properties">
<xsl:call-template name="gentext">
<xsl:with-param name="key">
<xsl:choose>
<xsl:when
test="$node/self::chapter">chapter</xsl:when>
<xsl:when
test="$node/self::appendix">appendix</xsl:when>
</xsl:choose>
</xsl:with-param>
</xsl:call-template>
<xsl:text> </xsl:text>
<xsl:apply-templates select="$node"
mode="label.markup"/>
</fo:block>
<fo:block
xsl:use-attribute-sets="chap.title.properties">
<xsl:apply-templates select="$node"
mode="title.markup"/>
</fo:block>
</xsl:template>
Any advice?
Best regards, Lars