Data types: Array to XML
Honoré Vasconcelos (contact me)
This class be used to generate XML documents from associative arrays.
It traverses an associative array recursively.
Array element keys are converted into XML tags. Array element string values are converted into child data or tags. If an array element value is another array it is converted into a nested set of tags.
The generated XML document is stored in class variable or saved to a given file.
Click here for detailed information about this class on phpclasses.org