[cvs] commit: framework/Xml_Element Element.php package.xml framework/Xml_Element/tests AllTests.php ElementTest.php NamespacedSample.xml Sample.xml
Chuck Hagenbuch
chuck at horde.org
Sun Jan 21 13:22:51 PST 2007
chuck 2007-01-21 16:22:51 EST
Added files:
Xml_Element Element.php package.xml
Xml_Element/tests AllTests.php ElementTest.php
NamespacedSample.xml Sample.xml
Log:
Another little PHP 5 building block - a generic XML element class that
can wrap DOMElement objects and provide SimpleXML-like access to them
while also allowing complex editing operations.
Revision Changes Path
1.1 +399 -0 framework/Xml_Element/Element.php (new)
1.1 +47 -0 framework/Xml_Element/package.xml (new)
1.1 +30 -0 framework/Xml_Element/tests/AllTests.php (new)
1.1 +131 -0 framework/Xml_Element/tests/ElementTest.php (new)
1.1 +34 -0 framework/Xml_Element/tests/NamespacedSample.xml (new)
1.1 +34 -0 framework/Xml_Element/tests/Sample.xml (new)
Chora Links:
http://cvs.horde.org/co.php/framework/Xml_Element/Element.php?r=1.1
http://cvs.horde.org/co.php/framework/Xml_Element/package.xml?r=1.1
http://cvs.horde.org/co.php/framework/Xml_Element/tests/AllTests.php?r=1.1
http://cvs.horde.org/co.php/framework/Xml_Element/tests/ElementTest.php?r=1.1
http://cvs.horde.org/co.php/framework/Xml_Element/tests/NamespacedSample.xml?r=1.1
http://cvs.horde.org/co.php/framework/Xml_Element/tests/Sample.xml?r=1.1
More information about the cvs
mailing list