Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries [Thread Prev] >Thread Next - Re: Filtering on Unique ID Filtering on Unique IDTo: NULL Date: 6/3/2004 2:12:00 PM I have a XML document that looks like the following <xmlrootnode> <person> <childeren> <child> <id>1</id> </child> </childeren> </person> <person> <childeren> <child> <id>2</id> </child> </childeren> </person> <person> <childeren> <child> <id>2</id> </child> </childeren> </person> </xmlrootnode> I need to convert this to the following <person> <childeren> <child id="1"/> <child id="2"/> </childeren> </person> As you can see I want to filter on ID and discard any doubles. Has anybody have an idea to solve this without using JavaScript within the XSL? Greetings, Jeroen | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
