Hello,
I currently have an XML feed (that I can get in either Atom or RSS 2.0 format), that I wish to extract title and description information from each entry and place that data into a text file.
I've done some preliminary research into this and found out about the expat PHP library - but it seems a bit complicated, is there an easier method I could go about doing this?
Any help would greatly appreciated.
I currently have an XML feed (that I can get in either Atom or RSS 2.0 format), that I wish to extract title and description information from each entry and place that data into a text file.
I've done some preliminary research into this and found out about the expat PHP library - but it seems a bit complicated, is there an easier method I could go about doing this?
Any help would greatly appreciated.