ghgarcia Posted August 17, 2006 Share Posted August 17, 2006 I'm looking for some simple code to add to my site to read and parse a xml feed from an outside source. Any help would be greatly appreciated.George Link to comment https://forums.phpfreaks.com/topic/17791-xml-feed-parscer/ Share on other sites More sharing options...
hitman6003 Posted August 17, 2006 Share Posted August 17, 2006 I use a php library named minixml to parse xml for my scripts:http://minixml.psychogenic.com/index.htmlIf you are looking for a feed reader, then just do a google search. Link to comment https://forums.phpfreaks.com/topic/17791-xml-feed-parscer/#findComment-75977 Share on other sites More sharing options...
ghgarcia Posted August 17, 2006 Author Share Posted August 17, 2006 Thank you, I have and haven't found anything that I could use. I'm just looking for a simple routine that I can call with a url and get the parsed xml returned in an array.Thanks,George Link to comment https://forums.phpfreaks.com/topic/17791-xml-feed-parscer/#findComment-75992 Share on other sites More sharing options...
hitman6003 Posted August 17, 2006 Share Posted August 17, 2006 I use magpie to do most of my rss feed reading:http://magpierss.sourceforge.net/ Link to comment https://forums.phpfreaks.com/topic/17791-xml-feed-parscer/#findComment-75997 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.