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]

Compound Keys Problem.


Hi All,

I know that If I declare:
<xsl:key name="giveCompositeAddressDetails" 
match="CLIENT_ADDRESS_COMPOSITE" use="@CLIENT_ID"/>

and then use:
<xsl:variable name="GiveCompositeDetails" select="key
('giveCompositeAddressDetails',$GiveClientDetails/@CLIENT_ID)"/>

this will return all elements of type CLIENT_ADDRESS_COMPOSITE who's 
attribute CLIENT_ID equals the value passed in by 
$GiveClientDetails/@CLIENT_ID.

How do I extend the above if I want to return on the CLIENT_ID 
attribute and a SEQ_NBR Attribute on the element 
CLIENT_ADDRESS_COMPOSITE.

Regards
Bill Crawley

 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]