TouchXML cant grab url link in element with colon

goldenyflame

New Member
I am using TouchXML library in iPad app. There is one link which i need to grab from xml feed file. The element in feed looks like below. It contains colon thats why i am not accessing it. It has some namespace issue i guess. From below string i am just interested in first url i.e. url="http://feedproxy.google.com/~r/Fun/~5/uR2_-B-L1d8/podcast-2012-01-16-64928.mp3Anybody knows how can i grab this. \[code\]<media:content url="http://feedproxy.google.com/~r/Fun/~5/uR2_-B-L1d8/podcast-2012-01-16-64928.mp3" fileSize="1048576" type="audio/mpeg" /><feedburner:origLink>http://www.fun.com/podcasts/1/index.php?id=30</feedburner:origLink><enclosure url="http://feedproxy.google.com/~r/Fun/~5/uR2_-B-L1d8/podcast-2012-01-16-64928.mp3" length="1048576" type="audio/mpeg" /><feedburner:origEnclosureLink>http://www.fun.com/podcasts/1/pod/podcast-2012-01-16-64928.mp3</feedburner:origEnclosureLink>\[/code\]
 
Back
Top