Next in thread →
Next in month →
Re: [docbook-apps] glossary template buglet?
On 19 Mar 2011, at 21:20, Chris Ridd wrote:
> I am using a customization layer. I could very well have messed something up there, as I do have customized chapter/appendix titling and possibly took a shortcut there which missed glossary. I shall look at that template closely (I should have thought of that first - apologies), but trying with the stock stylesheets is another good idea.
And using the stock fo/docbook.xsl stylesheet I get the expected "Glossary" title, not the book title. So a bug in my customization layer!
My component.title template tries to lay things out side by side:
Chapter 7 Exciting Stuff
Appendix H Reference Stuff
Glossary
So I followed the example at <http://www.sagehill.net/docbookxsl/SideBySide.html> which uses <xsl:templates select="parent::*" mode="title.markup"/> to generate the RHS, and that seems to be the cause.
Chris
Next in thread →
Next in month →