| Pear Announce 2004-05-25, 12:36 pm |
| The new PEAR package XML_Tree-2.0RC1 (beta) has been released at http://pear.php.net/.
Release notes
-------------
*** Minor BC Breakages Have Occured ***
* Fixes all known bugs:
#89, #766, #905, #1125, #1253, #1414, #492, #555, #1238
* Returns PEAR_Error objects if an invalid element/attribute name is given (BC Break)
* $object->error contains PEAR_Error if an error occurs, should be checked when creating the root element
* Added the ability to encapsulate all CDATA in <![CDATA[]]> Sections (see XML_Tree::useCdataSections()) or a specific
node's CDATA using the new argument to XML_Tree_Node::XML_Tree_Node() and XML_Tree_Node::addChild())
Package Info
-------------
Allows for the building of XML data structures using a tree
representation, without the need for an extension like DOMXML.
Related Links
-------------
Package home: http://pear.php.net/package/XML_Tree
Changelog: http://pear.php.net/package-changel...ackage=XML_Tree
Download: http://pear.php.net/get/XML_Tree-2.0RC1.tgz
Authors
-------------
Bernd Roemer <berndr@bonn.edu> (lead)
Thomas V.V.Cox <cox@idecnet.com> (lead)
Davey Shafik <davey@php.net> (lead)
|