Re: [xsl] removing duplicate tags (xslt2.0)

Subject: Re: [xsl] removing duplicate tags (xslt2.0)
From: Andriy Gerasika <andriy.gerasika@xxxxxxxxx>
Date: Fri, 14 Jan 2011 10:27:45 +0200
On 01/14/2011 09:51 AM, Robby Pelssers wrote:

in the most efficient way.



<xsl:template match="Application[preceding-sibling::Application[deep-equal(., current())]]" />


Current Thread