Subject: Re: Compound Keys Problem.
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 12 Jan 2001 09:24:17 GMT
|
> 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.
use="concat(@CLIENT_ID, ,'+', @SEQ_NBR)"
(If your client_ID is of type ID it can't contain a +, if it is really
just a CDATA attribute then it might, in which case pick any separating
string that you know won't appear)
David
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|