getting data from xml tags that have : (colon in them)
Posted
by
user3536228
on Stack Overflow
See other posts from Stack Overflow
or by user3536228
Published on 2014-06-01T12:36:53Z
Indexed on
2014/06/01
15:27 UTC
Read the original article
Hit count: 121
I am using AIR to build an application that will search and show the thumbnails from deviantART the request URL for getting resuts in form of RSS feed i get the following for simplicity i am showing the only code in which i have my question
we can use this for tag
trace(myxml.channel.item[0].title);
but what to do for tags like media:content
trace(myxml.channel.item[0].media:content);
but it does not work The colons are confusing me
© Stack Overflow or respective owner