jbrave
15 years agoChannel Surfer
colon in xml tag?
Anyone know how to get and parse an xml tag that has a colon in it like this:
<media:thumbnail xmlns:media='http://something.something.com/mrss/' url='http://blahblablah.com' width='72' height='72' />
Weird thing is that the data is inside the tag, not inbetween <> and </> like normal tags...
- Joel
<media:thumbnail xmlns:media='http://something.something.com/mrss/' url='http://blahblablah.com' width='72' height='72' />
Weird thing is that the data is inside the tag, not inbetween <> and </> like normal tags...
- Joel