Hi

I have following xml:

<root>
<one>
<Item id="123" name="first"/>
<Item id="234" name="second"/>
<Item id="345" name="third"/>
</one>
<two>
<Excludes>
<Exclude id="234"/>
<Exclude id="345"/>
</Excludes>
</two>
</root>

how is it possible to get a XMLList object where I get all child nodes
from node "one" where its id is not included in node "two"?

thank you

Reply via email to