Re: [xsl] Extract values from first occurrence of a node

Subject: Re: [xsl] Extract values from first occurrence of a node
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 16 Jul 2003 18:23:03 +0100
> I dont have an AND operator (do I?) 
keys aren't compound but so long as you have a character that doesn't
appear (say :) you can use a key of
concat(substring(?,??), ':', substring(?,??), ':', substring(?,??))

which will give you a sort key that tests all three substrings.

searching for key and concat in the archives of this list
wil turn up loads of examples of this (including at least one example
from me in the last few days I think)

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread