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] | [Elist Home]


Subject: Re: DOCBOOK-APPS: Re: chunking problem


On Mon, Nov 04, 2002 at 02:35:55PM +0100, Giuseppe Greco wrote:
> Hi Con,
> 
> I modified my stylesheet by adding 
> <xsl:param name="use.id.as.filename" select="1"/>.
> 
> This works for all the chunks except for the
> main one, for which I still get index.html.
> 
> For me it is OK, but it would be interesting to
> know how to replace index.html with a name
> coming form the id attribute.

The root.filename parameter sets the default index filename.
This is the default:

<xsl:param name="root.filename"  select="'index'"/>

However, if you set this parameter to empty, then
the chunk stylesheet will use the id instead.

-- 

Bob Stayton                                 400 Encinal Street
Publications Architect                      Santa Cruz, CA  95060
Technical Publications                      voice: (831) 427-7796
Caldera International, Inc.                 fax:   (831) 429-1887
                                            email: bobs@caldera.com


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


Powered by eList eXpress LLC