PHP DOM vs SimpleXML for Atom GData feed parsing
- by Geoff Adams
I'm building a library to access the Google Analytics Data Export API. All the data the library accesses is in Atom format and utilises numerous different namespaces throughout. My experiments with the API have used SimpleXML for parsing so far, especially as all I have been doing is accessing the data held within the feed.
Now I'm coming to write…