I am rather suprised that I haven't been able to locate a simple solution to this problem, but here it is:
I'm trying to read an XML file with PHP and dump a few of the values into variables. I'm just not sure how to grab data out of specific tags in the XML file. I will be using this for several purposes so just a plain old news parser won't do (currently I'm using CaRP for that.)
Any help would be appreciated.
later,
-junc
PHP/XML
Re:PHP/XML
http://php.net/domxml should answer your questions.
Every good solution is obvious once you've found it.