This class can be used to extract XML data into an array and vice-versa.
It can parse a given XML document and return a nested array that describes the XML document structure and data.
The class can also do the opposite, i.e. take an array with a document structure and data and generate a XML document from it.
A full PHPUnit test suite is included. You'll need to have PHPUnit installed to use it.
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
XmlHelper.txt |
Doc. |
Description of the class |