xsl-list
[Top] [All Lists]

Re: constructing the Node Sets

2003-01-27 22:56:06

--- Dimitre Novatchev <dnovatchev(_at_)yahoo(_dot_)com> wrote:
Node-set intersection of a node-set $a and node-set $b is given by
the
following XPath expression (Kaysian method):

$a[count(. | $b ) = 1]

Oopsss.... Must be:


$a[count(. | $b ) = count($b)]




=====
Cheers,

Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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



<Prev in Thread] Current Thread [Next in Thread>