SimpleXML is simple, unless your XML document has namespaces (e.g., tags withs "colons" like <rs:data>). In this case, most code examples in this section will not work at all: namespaces imply that you need to do further processing with functions that are often undocumented.
Look for "namespace" in user notes.
Introduction
The SimpleXML extension provides a very simple and easily usable toolset to convert XML to an object that can be processed with normal property selectors and array iterators.
Introduction
alvaro at demogracia dot com
30-Sep-2008 05:30
30-Sep-2008 05:30
