Hi Ursula,
Actually, you put that template from Example 12.8 in a
customization layer.
When you process your file with that customization layer,
that template has
higher import precedence than the template of the same name
in
titlepage.templates.xsl, which was generated from the spec
file. So you
don't need to add it to the spec file. It simply
supercedes the one in the
spec file, which is specified with the element starting
with:
<t:titlepage t:element="book"
t:wrapper="fo:block">
<t:titlepage-content t:side="recto">
Hope that makes it more clear.
Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs sagehill.net
----- Original Message -----
From: "Ursula A. Kallio" <uak nerp.net>
To: <docbook-apps lists.oasis-open.org>
Sent: Monday, March 06, 2006 11:20 AM
Subject: [docbook-apps] book.titlepage.recto template line
> Hi all,
>
> Problem: I need to control the layout of the titlepage
in PDF output so
> an image will stay in one spot (lower right corner).
>
> For starters, I am trying to use this Example 12.8 code
to get it working
> and then I can tweak it to what I want:
>
http://www.sagehill.net/docbookxsl/Ti
tlePagePrint.html#TitlepageTableLayout
>
> According to this information, I need to add the
book.titlepage.recto
> template line to the titlepage.templates.xml file.
>
> Q: What is the syntax for this template line in the
> titlepage.templates.xml file?
>
> uak
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org
> For additional commands, e-mail: docbook-apps-help lists.oasis-open.org
>
>
>
------------------------------------------------------------
---------
To unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help lists.oasis-open.org
|