Hi Kevin,
The 'appendix' information in the titlepage spec file is for an appendix in
a book, and those specs or generated templates are not used for an appendix
inside an article. The spec file system doesn't currently handle context
specifications like this:
<t:titlepage t:element="article/appendix" ...
The same is true for the section element, which should have different title
specs for different nesting levels.
The template that handles an appendix in an article has
match="article/appendix" in fo/component.xsl. You will have to customize
that template to add processing of subtitle.
You might also file a feature request on the DocBook SourceForge site to
enable the titlepage spec mechanism to handle elements in context.
Bob Stayton
Sagehill Enterprises
DocBook Consulting
----- Original Message -----
From: "Kevin Bullock" <>
To: <>
Sent: Wednesday, October 05, 2005 12:13 PM
Subject: [docbook-apps] Appendix subtitles
> Hello all--
>
> I have a customization layer around the XSL stylesheets to suit our
> publishing purposes. I've been working on some customizations but have
> come up against a wall: appendix subtitles always get left out by the
> stylesheets, and I can't figure out why. We are using only <article>s as
> single documents, no chapters or books or any such thing. It seems that
> the normal titlepage customization should allow the appendix subtitles
> to show, but I've done that to no avail. Any advice?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail:
> For additional commands, e-mail:
>
>
>