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

Re: Can I use variables in location paths?

Subject: Re: Can I use variables in location paths?
From: r.devries@xxxxxxxx
Date: Tue, 27 May 2003 15:27:27 +0200
r use variable as name
You should use:

<xsl:variable name="Scenario">BASECASE</xsl:variable>
<xsl:variable name="Date">20030408</xsl:variable>

<xsl:for-each select="PositionFactorLevels/Scenario[ @Name=$Scenario
]/Factor/Data[ @Date= $Date ]">
     <xsl:value-of select="../@Name" /> = <xsl:value-of select="." />
<br></br>
</xsl:for-each>

Success!

Greetings René
???{@   @}
  ??????^
?? ???\_/

"You don't need eyes to see, you need vision!"

TJIP PCL
Steenovenweg 3
5708 HN  Helmond
tel: +31(0) 492 502 222
fax: +31(0) 492 502 299
e-mail: R.deVries@xxxxxxxx
internet: www.tjip.com

***************************DISCLAIMER********************************
Deze e-mail is uitsluitend bestemd voor de geadresseerde(n).
Verstrekking aan en gebruik door anderen is niet toegestaan.
TJIP PCL sluit iedere aansprakelijkheid uit die voortvloeit uit
elektronische verzending.

This e-mail is intended exclusively for the addressee(s), and may
not be passed on to, or made available for use by any person
other than the addressee(s). TJIP PCL rules out any and every liability
resulting from any electronic transmission.


                                                                                                                                        
                    "Chris Ward"                                                                                                        
                    <cward@xxxxxxxxxxxxxxxxxxx>        To:     <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>                                        
                    Sent by:                           cc:                                                                              
                    owner-xsl-list@xxxxxxxxxxxx        Subject:      Can I use variables in location paths?                        
                    rytech.com                                                                                                          
                                                                                                                                        
                                                                                                                                        
                    27-05-2003 15:09                                                                                                    
                    Please respond to xsl-list                                                                                          
                                                                                                                                        
                                                                                                                                        




                     <xsl:variable name="Scenario">BASECASE</xsl:variable>
                     <xsl:variable name="Date">20030408</xsl:variable>

                     <xsl:for-each select="PositionFactorLevels/Scenario[
@Name='${Scenario}' ]/Factor/Data[ @Date= '${Date}' ]">
                                          <xsl:value-of select="../@Name"
/> = <xsl:value-of select="." /> <br></br>
                     </xsl:for-each>





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


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.