RE: [xsl] Compound Keys Problem.

Subject: RE: [xsl] Compound Keys Problem.
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Fri, 12 Jan 2001 02:05:54 -0800 (PST)
Hi Wiliiam,

Look at the example David Carlisle gave not long ago:

http://sources.redhat.com/ml/xsl-list/2000-12/msg00347.html

Mike Kay's book is a good source of information and has good examples.

Dimitre.
--- william.crawley@xxxxxxxxxxxxxx wrote:
> Thanks Dimitre,
> 
> Though if thats how I declare the key, how do I make the call passing
> 
> both values?
> 
> Regards
> Bill
> 
> On Fri, 12 Jan 2001 01:35:26 -0800 (PST), Dimitre Novatchev 
> <dnovatchev@xxxxxxxxx> wrote:
> > Hi William,
> > 
> > Use:
> > 
> > <xsl:key name="giveCompositeAddressDetails" 
> > match="CLIENT_ADDRESS_COMPOSITE" use="concat(@CLIENT_ID, ':::',
> > @SEQ_NBR)"/>
> > 
> > Dimitre.
> > 
> > William Crawley wrote:
> > > 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.
> > 
> > 
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > Yahoo! Photos - Share your holiday photos online!
> > http://photos.yahoo.com/
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/

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


Current Thread