View Single Post
Old 01-05-2012, 10:14 PM   #2 (permalink)
wGEric
The Acquainted
 
wGEric's Avatar
 
Join Date: Nov 2007
Posts: 166
Thanks: 0
wGEric is on a distinguished road
Default

You have to parse the XML to get the <description> and then you have to parse the contents of <description> to get that icon.

Javascript can parse XML (DOM) so you can manipulate the feed directly use jQuery. No need to save it somewhere else.
__________________
Eric
wGEric is offline  
Reply With Quote