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: WebsiteDTD: suppressing the homepage title


Hello,

I saw in tabular.xsl :

<xsl:if test="$autolayout/autolayout/toc[1]/@id != $id
               or $suppress.homepage.title = 0">
   <xsl:apply-templates select="./head/title" mode="title.mode"/>
</xsl:if>

So I tried to set $suppress.homepage.title. I added to my custom layer:

<xsl:param name="suppress.homepage.title">0</xsl:param>

But I doesn't change. What did I wrong?

Bye

Oliver



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