Next in thread → Next in month →

Re: [docbook-apps] switch header.rule off chapter titlepage

From
Sean Wheller <>
Date
2006-06-05T12:32:51+00:00
ID
Thread
Re: [docbook-apps] switch header.rule off chapter titlepage
On Monday 05 June 2006 09:27, Jirka Kosek wrote:
> Sean Wheller wrote:
> > I tried the above customization. It did not work. I still get a header
> > rule on chapter title pages.
>
> Sorry, I was typing faster then thinking. It should be:
>
>   <xsl:template name="head.sep.rule">
>     <xsl:param name="pageclass"/>
>     <xsl:param name="sequence"/>
>     <xsl:param name="gentext-key"/>
>
>     <xsl:if test="$header.rule != 0 and $sequence != 'first'">
>       <xsl:attribute name="border-bottom-width">0.5pt</xsl:attribute>
>       <xsl:attribute name="border-bottom-style">solid</xsl:attribute>
>       <xsl:attribute name="border-bottom-color">black</xsl:attribute>
>     </xsl:if>
>   </xsl:template>

;-) That works.

Thanks,

-- 
Ask me about the Monkey.

Sean Wheller
Technical Author

+27-84-854-9408
http://www.inwords.co.za
Next in thread → Next in month →