|  -----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



---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org

Reply via email to