Simple XML Generator
Package:
Summary:
Create XML documents from arrays using SimpleXML
Groups:
Author:
Description:
This class can be used to create XML documents from arrays using SimpleXML PHP extension.
The generated document and be displayed as the current script output.
It takes an associative array and traverses it recursively to add tags and data to the XML document.
The code and comments are in Portuguese.
In Portuguese:
Simples classe que gera um arquivo XML a partir de um Array Associativo
The generated document and be displayed as the current script output.
It takes an associative array and traverses it recursively to add tags and data to the XML document.
The code and comments are in Portuguese.
In Portuguese:
Simples classe que gera um arquivo XML a partir de um Array Associativo
Comments are closed.