Re: [xsl] intersection of different node types

Subject: Re: [xsl] intersection of different node types
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 27 Apr 2005 17:43:40 +0100
  you want all a/b that are not equal to a value of a node in c/@d so that
  is

  a/b[not(. = current()/c/@d)]


delete "not" from the above description and xpath expression.

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