Next in thread →
Next in month →
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 →