xsl-list
[Top] [All Lists]

[xsl] finding out distinct node/values

2010-02-10 10:35:12
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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>