Need to parse XML Tag element in URL format. - TechRepublic
General discussion
August 7, 2011 at 11:24 AM
gdubey

Need to parse XML Tag element in URL format.

by gdubey . Updated 14 years, 11 months ago

My XML file contains XML tags in below format:



Page 1

< 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?

This discussion is locked

All Comments