xsl-list
[Top] [All Lists]

Re: recursive counter not incrementing

2004-12-09 03:09:31

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
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--