[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: value-of node test.

Subject: RE: value-of node test.
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Mon, 10 Jul 2006 21:28:36 +0100
node tests with keys
If you're using predicates, remember that the context node changes inside
the predicate. Use current() to get around this:

for-each B
  value-of select="//A[@attribute-of-A = current()/@attribute-of-B]

However, using keys is easier and more efficient:

<xsl-key name="k" match="A" use="@attribute-of-A"/>

<xsl:for-each select="B">
   <xsl:value-of select="key('k', @attribute-of-B)" 

Michael Kay
http://www.saxonica.com/



> -----Original Message-----
> From: Steve [mailto:subsume@xxxxxxxxx] 
> Sent: 10 July 2006 20:13
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject:  value-of node test.
> 
> I'm iterating thu an ordered list of services.
> 
> I have another list of the values of those services, but not in order.
> 
> As I move thru the ordered list, I'd like to get the value of 
> the unordered list which shares meets the service=@title test.
> 
> Is there a shorthand way to do this using value-of? I know I 
> can resort to xsl:when or xsl:if, if need be.
> 
> General gist (doesn't work):
> 
> <xsl:value-of 
> select="$services//Record[child::service=string(@title)]/value" />

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.