crXml

Package:
crXml
Summary:
Manipulate XML documents as php Object
Groups:
Data types, PHP 5, XML
Author:
Sandeep.C.R
Description:
This class can be used to create, parse and manipulate XML documents using a combination of object and array notations.

It can create a new XML document or load an existing document from a string and allow applications to manipulate the xml using PHPs object and array notations.

Each crXml objects property maps to another crXml object(child) that wraps the corresponding XML DOM child document element. Accessing the crXml object as array using keys translate to accessing the attributes with the key name of corresponding XML node.

This class also supports different types of Namespaced nodes(prefixed or non-prefixed), default namespaces etc.


Powered by Gewgley