Damn, i was close to it, but i've used the not() without the count()
so i got a error, something like "expression does not evaluate to a
node-set" or something.
I solved my problem with a lot of if and for-each and it's horrible,
i'll use your expression right away.
Thanks for the quick and concise response.
On 9/22/05, David Carlisle <davidc(_at_)nag(_dot_)co(_dot_)uk> wrote:
in xpath2 you use the except operator, in xpath 1
$x1 except $x2 is
$x1[not(count(.|$x2)=count($x2))]
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>
--~--
--~------------------------------------------------------------------
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>
--~--