[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Selecting an element by a dynamic attribute value


Subject: Re: [xsl] Selecting an element by a dynamic attribute value
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 24 Jan 2006 12:12:19 GMT

<xsl:key name="g" match="graph" use="@label"/>
...

<xsl:for-each select="run">
  <img src="{key('g',@label)/@file}"/>


________________________________________________________________________
This e-mail has been scanned for all viruses by Star. 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
________________________________________________________________________


Current Thread