This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [docbook-apps] WebsiteDTD: suppressing the homepage title


On Wed, Jul 30, 2003 at 12:04:09AM +0200, Oliver Fischer wrote:
> 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?

But '0' is the default value.  Change it to '1'
to suppress the title.  This parameter uses
logic that is backward from most others which
use '1' to turn something on, not off.

-- 

Bob Stayton                                 400 Encinal Street
Publications Architect                      Santa Cruz, CA  95060
Technical Publications                      voice: (831) 427-7796
The SCO Group                               fax:   (831) 429-1887
                                            email: bobs@sco.com

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]