Subject: RE: Using concatenated Keys
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 23 Jan 2001 16:29:07 -0000
|
> 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
|