The reason for the empty TOC line is because a chapter element is processed
with a different template with mode="toc" to generate the TOC entry. Those
templates are found in fo/autotoc.xsl. In other parts of the stylesheet, a
chapter element may also be processed in mode="title.markup",
mode="object.title.markup", mode="label.markup", etc. None of those
templates will be aware of the @file attribute unless you customize them as
well. As Mauritz suggested, generally it is best to assemble your content
using XInclude and let the stock stylesheets handle it.
Bob Stayton
Sagehill Enterprises
DocBook Consulting
[EMAIL PROTECTED]
- Original Message -
From: "Mauritz Jeanson" <[EMAIL PROTECTED]>
To: "'Joe Hines'" <[EMAIL PROTECTED]>;
Sent: Tuesday, November 20, 2007 10:39 AM
Subject: [docbook-apps] RE: [docbook] TOC / document function
-Original Message-
From: Joe Hines
I'm trying to import a docbook chapter from an external
docbook formatted XML file and am having some trouble with
the table of contents.
I have the following template in my customization layer:
And in my XML document have the following line:
[moving this over to the docbook-apps list where tool/stylesheet issues
are
discussed]
I realize that this is not an answer to your question, but unless you
have a
very good reason for doing the inclusion in XSLT, I would suggest using
XInclude instead.
The details are here: http://www.sagehill.net/docbookxsl/ModularDoc.html.
/MJ
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]