XML Helper
Package:
Summary:
Extract XML data into an array and vice-versa
Groups:
Author:
Description:
This class can be used to extract XML data into an array and vice-versa.
It can parse a given XML document and return an 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.
It can parse a given XML document and return an 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.
Comments are closed.