Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries >Thread Prev - how to get unique set of node names [Thread Next] Re: how to get unique set of node namesTo: NULL Date: 8/3/2004 12:18:00 PM You may want xsl:key. Or if the xml is not large, simple xpath like, *[not(name()=name(following-sibling::*)] will filter duplicated names. "Daniel" <softwareengineer98037@y...> wrote in message news:OQ9oZoNeEHA.3212@T...... > e.g. from: > <foo> > <a/> > <a/> > <a/> > <b i="1"/> > <b i="1"/> > <c x="y">hello</c> > <c x="y">hello</c> > <c x="y">hello</c> > </foo> > > I would like to get > > <foo> > <a/> > <b/> > <c/> > </foo> > > | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
