PHP-Klasse::XMLElement 03.03.2007

Kurzbeschreibung: Compose and generate XML documents
Veröffentlicht am: 03.03.2007
gruppe(n):
- XML
- PHP5
Beschreibung:
This class can be used to compose and generate XML documents.
It extends the Node class and can add nested tag nodes to the document, as well set the text data and the tag attributes.
When the XML document tree is composed the class can generate the whole document as a single string.
Link: XMLElement