Next in thread → Next in month →

RE: [docbook-apps] How to include a header on Part titlepage

From
Mauritz Jeanson <>
Date
2009-02-13T17:23:01+00:00
ID
1328985CE7BD40DAB33DB9DFF4E58BE0@D7MZ171J
Thread
RE: [docbook-apps] How to include a header on Part titlepage
|  -----Original Message-----
|  From: Jeff Powanda 
|  
|  Using Docbook 4.5 and fop 0.93, I'm trying to modify the 
|  header.table template to include a header table on the Part 
|  titlepage, but I don't know how to choose the Part titlepage 
|  because it doesn't have a pageclass. I tried testing for 
|  $element = 'part', but that didn't work.


Using self::part in the test expression should work. Something like this:

<xsl:when test=$position='center' and $pageclass ='titlepage' and
self::part">
 ...
</xsl:when>

Mauritz
Next in thread → Next in month →