[Home] [By Thread] [By Date] [Recent Entries]
Hi,
I am using XSL1.0 and I want to find out distinct records. <table>
<rows>
<row>
<name>A</name>
</no>1</no
</row>
<row>
<name>A</name>
</no>2</no
</row>
<row>
<name>B</name>
</no>2</no
</row>
<row>
<name>C</name>
</no>1</no
</row>
<row>
<name>C</name>
</no>2</no
</row>
</rows>
</table>By passing the attribute "name" as a parameter, I would like to find out the all distinct values of name Attribute . i.e A,B and C Thanks, Anil
|

Cart



