This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Using concatenated Keys


> i have the following declared Key:
> 
> <xsl:key name="givePolTotalTrans" match="POL_TOTAL_TRANS_PREMIUM" 
> use="concat
> (@POLICY_ID,'!',@DRIVER_NUMBER,'!',@VEHICLE_NUMBER,'!',@DWELLI
> NG_NUMBER)"/>
> 
> If however I want to call using te same key, where I dont care about 
> the value in driver_number or dwelling_number, but the vehicle_number 
> must be greater than 0, how do I construct the call to achieve this.

You can't: keys are only useful for exact matches.

Mike Kay

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]