i don't think it is possible using e4x alone. You have to use some
ActionScript.
r.

On Mon, Mar 24, 2008 at 2:35 PM, hannes.stockner
<[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
> 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