My XML file contains XML tags in below format:
< subject> Page2
When I am parsing such files using XML Simple I am getting out put with only URL tags element. I am also looking for values of its child element subject with it.
Required out put
http://abcd.xyz.com/1234 have subject value Page1
http://abcd.xyz.com/3456 have subject value Page2
Its failing to move further after URL tags under entry root element.
Any suggestions and Help?