XML Parce
Hello,
I have another question, this time it's about xml parcing.
I would like to know what is the simplest approach to get a value from xml data. I have this xml in a string:
<iq to="xmppJID0" type="result">
<query xmlns="jabber:iq:roster">
<item jid="xmppJID1" subscription="both">
</item>
</query>
</iq>
So this is from the xmppframework. I want to get the xmppJID1 from the item tag. The xmppframework uses kissxml wich is preety hard to understand.
Thank you,
DataSmith
|