Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries [Thread Prev] >Thread Next - Re: Updated UpdatedTo: NULL Date: 10/4/2004 6:05:00 PM Let me re explain my question better then:
Basically I would like there to be two ways for an attributes to get into
the output document.
1. If the attribute's elements parent has an attribute with the same name
and a value of "mappable"
2. If the attribute is named "id"
As for this resulting list of id's I would like it to be a unique list.
For example:
<foo>
<xs a="mappable" b="mappable" c="mappable">
<x id="1111" a="2222" c="3333" house="home">
<x id="4444" a="5555" c="6666" house="home">
</xs>
<ys j="mappable">
<y id="7777" j="8888" house="home">
</ys>
</foo>
to
<uniques>
<unique id="1111">
<unique id="2222">
<unique id="3333">
<unique id="4444">
<unique id="5555">
<unique id="6666">
<unique id="7777">
<unique id="8888">
</uniques>
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
