OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] Customizing Chapter Titel


Hi Lars,
Can you be more specific about how you are setting up your customization?  Are you following the guidelines described here:
 
http://www.sagehill.net/docbookxsl/CustomMethods.html#CustomizationLayer
 
Also, your message says that 2 errors were detected, but did not give the error messages.
 
Bob Stayton
Sagehill Enterprises
bobs@sagehill.net
 
 
----- Original Message -----
From: Lars Vogel
Sent: Monday, October 10, 2011 8:01 AM
Subject: [docbook-apps] Customizing Chapter Titel

Hi,

I'm trying to follow to customizing of a chaper: http://www.sagehill.net/docbookxsl/TitleFontSizes.html

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
--
Lars
http://www.vogella.de - Eclipse, Android and Java Tutorials
http://www.twitter.com/vogella - Lars on Twitter


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]