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?

