Re: [xsl] recursive counter not incrementing

Subject: Re: [xsl] recursive counter not incrementing
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 9 Dec 2004 10:09:31 GMT
> Ultimately i am trying to check if the items in $s1 can also be found in $s2.  
> For example - 

as these are both subsets of the same set of nodes you presumably mean
node identity here rather than value equality. You don't need any loops
at all for that

count($s1|$s2)=count($s2) 

is true just if all the items in s1 are in s2.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. 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
________________________________________________________________________

Current Thread