xsl-list
[Top] [All Lists]

Re: [xsl] string set difference

2010-12-16 14:51:59
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]"/>

--~------------------------------------------------------------------
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>
--~--

<Prev in Thread] Current Thread [Next in Thread>