Re: [xsl] union/intersection on attribute values

Subject: Re: [xsl] union/intersection on attribute values
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 23 Apr 2001 09:22:12 +0100
> How do you de-dup if you have already fromed a variable $In2not1:

well if the variable is a result tree fragment, and you are using pure
XSLT 1.0, then you don't.

If it's an RTF and you are prepared to use xxx:node-set() extension
then you go
<xsl:variable name="new-var">
  <xsl:for-each select="$old-var ... whatever technique you wish to use.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp

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


Current Thread