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]

Unicity


Hello


<foo>
 <bar name="xxx" />
 <bar name="yyy" />
</foo>
<foo>
   <bar name="yyy" />
   <bar name="zzz" />
</foo>

How can i select all names of all bar nodes but choosing "yyy" only once :
I would like :
xxx
yyy
zzz

Thanks a lot

Alex


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]