This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

avoiding duplicate


Hello Friends,

I have the following xml. and I need to get all the child/@name sorted and
without duplication.
</root>
   <child name="joe" />
   <child name="chris" />
   <child name="chuck" />
   <child name="alex" />
   <child name="chris" />
   <child name="joe" />
</root>

I need the following output "alex, chris, chuck, joe" .

any idea ?


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]