OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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
sean@inwords.co.za
+27-84-854-9408
http://www.inwords.co.za


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]