Re: [xsl] constructing the Node Sets

Subject: Re: [xsl] constructing the Node Sets
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Mon, 27 Jan 2003 21:56:06 -0800 (PST)
--- Dimitre Novatchev <dnovatchev@xxxxxxxxx> 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


Current Thread