I am wanting to parse certain info from this XML - http://steamcommunity.com/profiles/76561198283429063/?xml=1
The only info I need is
<onlineState>offline</onlineState>
<stateMessage>
<![CDATA[ Last Online 8 hrs, 6 mins ago ]]>
</stateMessage>
<avatarFull>
<![CDATA[
http://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/3c/3ceab5ad022b8a02390bd10253591ab26176ad13_full.jpg
]]>
</avatarFull>
<mostPlayedGames>
</mostPlayedGames>
I've been troubled with this for a while. Cheers for the help.