Hi,
I have an xml as follows:
<root>
<index name="XYZ"/>
<index name="ABC"/>
<index name="XYZ"/>
</root>
I have to print XYZ and ABC i.e. i should ingore duplicates for 'name' attribute. Could anyone tell me how to do this using xsl??
Regards,
shankar
