PHP-Klasse::XMLNode 29.04.2007

Kurzbeschreibung: Parse XML documents into a tree of node objects
Veröffentlicht am: 29.04.2007
Gruppe(n):
- XML
Beschreibung:
This class can be used to parse a XML document into an hierarchic tree of node objects.
It parses a given XML document and creates node objects.
The node object hierarchy can be traversed to go to parent, to child nodes or sibling nodes.
The document nodes can be modified or added. The modified document can be regenerated in XML format.
Link: XMLNode