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

Subject: Re: [xsl] generating <a href="#section"> menus. Related to <xsl:for-each> and generate-id()
From: Tobias Reif <tobiasreif@xxxxxxxxxxxxx>
Date: Tue, 14 Jan 2003 13:15:23 +0100
Sherzod Ruzmetov wrote:


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.


I prefer descriptive ids/anchors:

Instead of
http://author.handalak.com/xml/about.xml#sect_II
I'd do s.th. like
http://author.handalak.com/xml/about.xml#whatisxmlandxsl


Tobi


--

Vim users               donate.
http://iccf-holland.org/donate.html

Web developers           check.
http://www.pinkjuice.com/check/


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



Current Thread