[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Removing Duplicate Nodes
Subject: Re: [xsl] Removing Duplicate Nodes
From: "andrew welch" <andrew.j.welch@xxxxxxxxx>
Date: Mon, 7 Aug 2006 16:57:43 +0100
|
I am using XSLT 1.0 and trying to use muechian grouping,but not able to
form correct expression. Also I need to get only first 8 elements and
break recursion or loop after that.
In which case you will want to read:
http://www.jenitennison.com/xslt/grouping/index.xml
Remember with XSLT you don't break out of a loop, you only select the
nodes you want to process.
Best of luck
|