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

Re: referencing nodes via variables

Subject: Re: referencing nodes via variables
From: Florent Georges <darkman_spam@xxxxxxxx>
Date: Wed, 30 Aug 2006 16:09:33 +0200 (CEST)
p5.vert.ukl.yahoo.com uncompressed
Sam Carleton wrote:

> I have not used keys before.  Just read about them and
> here is what I have so far:

> <xsl:key name="method" match="method" use="id"/>

> Then to get the name it would be this:

> <xsl:value-of select="key('method', @methodID)/name"/>

  Yes, perfect.

> The only thing I don't understand is if the key can handle
> multiple conditions, that being both the method ID and the
> method version.

  The trick is to combine multiple values in one.  For
example using concat():

    concat(@methodID, '.-.', @methodVer)

  The string in the middle depend on the value spaces of the
concatenated nodes (to be sure to never get the same result
from different inputs).

> In case you are wondering the parser that is in use is
> Microsoft .Net 2.0's XslCompiledTransform which is only
> XSLT 1.0.

  No problem.  The nice thing with XSLT 2.0 is you can
define the combining function.  So whatever it is defined
to, you use it in the key definition and each key call.  In
XSLT 1.0, you have to repeat each time the complete
expression (with concat...) (don't forget you can use a
global variable for the string in the middle).

  Regards,

--drkm




















	
 p5.vert.ukl.yahoo.com uncompressed/chunked Wed Aug 30 12:13:41 GMT 2006 
	
		
___________________________________________________________________________ 
Dicouvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet ! 
Yahoo! Questions/Riponses pour partager vos connaissances, vos opinions et vos expiriences. 
http://fr.answers.yahoo.com 

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

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

Buy Stylus Studio Now

Cast Your Vote

We need your help – Vote for DataDirect XML Products!

  • Best SOA or XML site

Winners and finalists announced at SOA World Conference in November.

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-2007 All Rights Reserved.