Re: [xsl] Generating a Table of Contents linked to grouped nodesets???

Subject: Re: [xsl] Generating a Table of Contents linked to grouped nodesets???
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Thu, 12 Jul 2001 14:53:00 +0100
Armin,

generate-id() will help you out for this. Remember, it generates a unique string for each node in the document. So use it once when you generate the ToC, in the href attribute (don't forget the '#' for the internal link), and again in the name attribute of the link target.

Enjoy,
Wendell

At 01:12 PM 7/12/01, you wrote:
I have to create some sort of unique bookmark in the HTML code for each TOC
entry to link to. Any suggestions on how to do this?


======================================================================
Wendell Piez                            mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================


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



Current Thread