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

RE: Key/Use

Subject: RE: Key/Use
From: Kevin_Gutch@xxxxxxxxxxx
Date: Wed, 5 Sep 2001 09:46:09 -0400
xslt key use concat
Mr. Kay,

Excuse my ignorance but, why is this

 <xsl:key name="lookup" match="row"
 use="concat($TRANSFORMER_SourceCountry,'_layer_name')"/>

 any more useless than?:

 <xsl:key name="lookup" match="row" use="US_layer_name"/>

All I actually want to do is  pass in a parameter from a servlet and use a
dynamic key value to be used in a XSLT LookUp Table. Everything works I
just want to use a dynamic lookup table so I do not have to have more than
one lookup table. So basically US could be BG(Great Britian),CN(Canada)
etc.







                                                                                                         
                    "Michael Kay"                                                                        
                    <mhkay@xxxxxxxxxxxx>               To:     <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>         
                    Sent by:                           cc:                                               
                    owner-xsl-list@xxxxxxxxxxxx        Subject:     RE:  Key/Use                    
                    rytech.com                                                                           
                                                                                                         
                                                                                                         
                    09/05/01 04:00 AM                                                                    
                    Please respond to xsl-list                                                           
                                                                                                         
                                                                                                         




> Is this code legal? I do not receive any errors but it will
> not work. It
> works fine however, if I insert the a value without concat. I
> know that the
> output of the Concat is correct because I have used it elsewhere.
>

It is legal but useless. You are indexing each row on the concatenation of
the value of the global variable $TRANSFORMER_SourceCountry (which is the
same for each row), and the literal '_layer_name' (which is also the same
for each row). Therefore every row has the same key value.

Mike Kay
>
>
> <xsl:key name="lookup" match="row"
> use="concat($TRANSFORMER_SourceCountry,'
> _layer_name')"/>
>
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


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






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