|
Subject: Re: [xsl] Creating a Place index From: David Carlisle <davidc@xxxxxxxxx> Date: Mon, 24 Nov 2003 17:12:23 GMT |
It would have been easier if you'd included a small file with two
tables, for testing but anyway having got used your"contacts-by-place"
key to find the first occurrence of each place, you just want to get all
the ancestor tables of every place with the same name which is
<xsl:for-each select="key('contacts-by-place',@name)/ancestor::table">
... table number <xsl:value-of select=E//>@number"
duplication removal is automatic as a the node-set
key('contacts-by-place',@name)/ancestor::table
can't have duplicates, as it is a set.
David
--
http://www.dcarlisle.demon.co.uk/matthew
________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] parsing post script, Michael Kay | Thread | Re: [xsl] Creating a Place index, Kaarle Kaila |
| [xsl] Tunnel Parameters: THANKS Guy, Gunther Schadow | Date | Re: [xsl] Document Language, Wendell Piez |
| Month |