Not sure exactly what you mean. Have you tried this:
var typeNodes : XMLList = node.data.(attribute("key")=="type");
-Josh
On Mon, Feb 16, 2009 at 9:58 AM, flexaustin <[email protected]> wrote:
> Is it possible to get the value of "type" from this XML?
>
> <node id="2">
> <data key="name">Ed</data>
> <data key="type">M</data>
> </node>
> −
> <node id="3">
> <data key="name">Christiaan</data>
> <data key="type">M</data>
> </node>
>
> So in this example end up with M for both?
>
>
>
--
"Therefore, send not to know For whom the bell tolls. It tolls for thee."
Josh 'G-Funk' McDonald
- [email protected]
- http://twitter.com/sophistifunk
- http://flex.joshmcdonald.info/