AV1611 Posted January 31, 2007 Share Posted January 31, 2007 New territory for me... I can parse out text files pretty good, now I need to parse out an xml feed.don't know how... any how to's, etc?here is what the feed looks like:http://aaotracker.com/livefeed/xml_clanprofile.php?clanid=20747I want to pull out the player name, status, and where he is atDo I split it by tag then parse out each piece? Link to comment https://forums.phpfreaks.com/topic/36443-parse-out-xml-feed/ Share on other sites More sharing options...
boo_lolly Posted January 31, 2007 Share Posted January 31, 2007 check out these links:http://w3schools.com/php/php_xml_parser_expat.asphttp://w3schools.com/php/php_xml_simplexml.asphttp://w3schools.com/php/php_xml_dom.asp Link to comment https://forums.phpfreaks.com/topic/36443-parse-out-xml-feed/#findComment-173504 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.