You will need to customize the footer.content template from
fo/pagesetup.xsl. It has:
<xsl:choose>
<xsl:when test="$pageclass = 'titlepage'">
<!-- nop; no footer on title pages -->
</xsl:when>
The $pageclass parameter in this context is the name of the page-master,
which for your documents is no longer 'titlepage'. Substitute your own
name there.
----- Original Message -----
From: "Darya Said-Akbari" <dary...@yahoo.com>
To: <docb...@lists.oasis-open.org>
Sent: Friday, October 27, 2006 2:43 AM
Subject: [docbook-apps] How to turn off page numbering and blank pages on
my title pages?
Hi,
I use a customized page master for my first title
page.
My title pages show page numbers 2,3,4 and TOC
continues with V, VI ... which looks a little bit
strange.
I like to remove the title page page number at all and
like to know while I am at title pages how I can
remove the blank pages.
Regards
Darya