Re: [xsl] string set difference

Subject: Re: [xsl] string set difference
From: Andriy Gerasika <andriy.gerasika@xxxxxxxxx>
Date: Thu, 16 Dec 2010 22:51:42 +0200
On 12/16/2010 08:17 PM, G. Ken Holman wrote:

I hope the example below helps.



Yes, Thank You


Difference: <xsl:value-of select="$s1[not(.=$s2)],$s2[not(.=$s1)]"/>
Intersection: <xsl:value-of select="$s1[.=$s2]"/>

Current Thread