[xsl] generating <a href="#section"> menus. Related to <xsl:for-each> and generate-id()

Subject: [xsl] generating <a href="#section"> menus. Related to <xsl:for-each> and generate-id()
From: "Sherzod Ruzmetov" <xslt@xxxxxxxxxxxx>
Date: Tue, 14 Jan 2003 06:55:57 -0500
Hello list

If you visit http://author.handalak.com/xml/about.xml you will see that
the pages have table of contents for each page on the right column. They
refer to <sect> elements. Each section is being bookmarked with
<xsl:number count="sect" />.

I was woundering if the same effect could be achieve with generate-id()
instead.
I tried bookmarking the sections with <a name="{generate-id()}</a>, but
then couldn't figure out how to generated respective table of contents. 

I just wanted to know if there are other prefered solutions for the
same problem.





 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread