SimpleXML for PHP 4 is a class that can be used to load XML documents under PHP 4 like the PHP 5 SimpleXML extension. It can load and parse a XML document file like the simple_xml_load function. The class reorganizes the parsed document nodes to return a document structure identical to the result of the simple_load_file function.
| Tags | Text Processing Markup XML Software Development Libraries php classes |
|---|---|
| Implementation | PHP |