Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
August 27, 2011 05:16 am

crXml 1.20

crXml is an all-in-one, easy-to-use XML parser, generator, and editor created using PHP's DOM XML functions. The functionality of this class is similar to simpleXML. It differs from simpleXML in the way in which namespaced nodes are addressed. In simpleXML, namespaced nodes cannot be addressed directly. In this class, a namespaced node can be addressed directly as $crxmlObject->{'prefix:nodeName'}. It can also generate PHP code to access any of the nodes. It can also generate or manipulate any type of XML document. Please check the live demo so that you can try the class without downloading anything.

Changes: A bug in the toString method which caused it to return an empty string if there were XML comments inside the node was fixed.

Tags: XML, XML Editing, XML parsing, xml output, php classes, php code generation

Licenses: MIT


Original Link:

Share this article:    Share on Facebook
No Article Link