Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[phoenix-dev] If I have an XML file to extract information from, what php calls/libraries do you suggest?

Phoenix developers,
Right now I'm using a variety of odd libraries to extra information from XML files to drive dynamic parts of the website. I'd like to clean that up - what calls/mechanisms do you all suggest? There's this stuff (http://us3.php.net/domxml) but it looks heavyweight and complex.  There's this (http://us3.php.net/xml) but it's even more primitive. Perhaps this (http://us2.php.net/manual/en/ref.simplexml.php) is the best choice?

Thanks for your help,
Bjorn


Back to the top