Thank you for that Dennis, just what I needed. Root filename problem now corrected. Thanks to the people that responded.
Cheers, Con. --- Dennis Grace <[EMAIL PROTECTED]> wrote: > > Giuseppe says: > > >>>>> > > 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. > > <<<<< > > Try > > <xsl:param name ="root.filename" select="@id"/> > > Dennis Grace > > Information Developer > IBM Linux Technology Center > (512) 838-3937 T/L 678-3937 cell: (512)-296-7830 > [EMAIL PROTECTED] > > There are only 10 kinds of people in the world: > those who understand binary > and those who don't. > > > http://careers.yahoo.com.au - Yahoo! Careers - 1,000's of jobs waiting online for you!
