<catalog><channel><id>4</id>
<name>News</name>
<shortDescription>News happens!</shortDescription>
<subscribe>true</subscribe></channel>
<channel><id>10</id>
<name>Jokes</name>
<shortDescription>funny jokes!</shortDescription>
</channel>
<channel><id>5</id><name>Markets</name<keyword>cc-markets</keyword>
<shortDescription>Track the market's movers & shakers at-a-glance.</shortDescription>
</channel>
</catalog>
I want to get the data between the tag "name", I have many tags with the name "name" but all the tags are not being parsed, the xml is being parsed only till the tag with data "Markets", this has been frustrating me for quite some time now. Any help will be much appreciated.