Here is the part of the XML that the API returns for every item:
<message>
<appid>730</appid>
<classid>469467368</classid>
<instanceid>302028390</instanceid>
<currency>false</currency>
<background_color/>
<icon_url>
-9a81dlWLwJ2UUGcVs_nsVtzdOEdtWwKGZZLQHTxDZ7I56KU0Zwwo4NUX4oFJZEHLbXH5ApeO4YmlhxYQknCRvCo04DEVlxkKgpou6ryFA957PfMYTxW09SzlZaS2aX3MOvSlzlQucdy2LqU9NmnjAzl_UJoYmqldYSTIQI_NV_X81bvkufxxcjryPo2vmI
</icon_url>
</message>
How do I parse and convert this string to an URL?
Thanks!