any body know how to parse a dynamic xml. I have an XML with some tags. here is a tag videos like:
<Videos>
<video>"Video link"</Video>
</Videos>
now in this XML, tags in <Videos> can be changed they could be <video> or <image> or <clip> or any thing else. So is it possible to parse that XML? how can i detect that tag what is the name of tag or what is in this tag?
I use touch xml to solve this issue
I am using in