From 8c417538591eb2874e3b8a8d05484dd1ab8b5c56 Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Sun, 27 Sep 2009 04:45:40 +0000 Subject: [PATCH] Updated for QA release git-svn-id: http://svn.php.net/repository/pear/packages/XML_Tree/trunk@288858 c90b9560-bf6c-de11-be94-00142212c4b1 --- package.xml | 87 +++++++++++++++++++++++++++-------------------------- 1 file changed, 45 insertions(+), 42 deletions(-) diff --git a/package.xml b/package.xml index 4046e4d..8ed3ffa 100644 --- a/package.xml +++ b/package.xml @@ -1,14 +1,10 @@ - + XML_Tree pear.php.net Represent XML data in a tree structure Allows for the building of XML data structures using a tree -representation, without the need for an extension like DOMXML. - +representation, without the need for an extension like DOMXML. Bernd Römer bernd @@ -28,33 +24,28 @@ representation, without the need for an extension like DOMXML. yes 2009-09-27 - + - 2.0.0RC2 - 2.0.0RC2 + 2.0.0RC3 + 2.0.0 beta beta PHP License - Fixed XML_Tree::isValidName() when adding a CDATA childNode. -Dependencies like XML_DTD should now work again. - + QA Release +Redid package structure +Updated to package 2.0 - - - - - - - - - - - - - + + + + + + + + @@ -81,18 +72,18 @@ Dependencies like XML_DTD should now work again. - 2.0.0RC2 - 2.0.0RC2 + 2.0b2 + 2.0b2 beta beta - 2004-05-29 - PHP License - Fixed XML_Tree::isValidName() when adding a CDATA childNode. -Dependencies like XML_DTD should now work again. - + 2003-09-18 + PHP + - Repaired 2 old method calls for add_root() and set_contents() +- Added getElementsByTagName() (by Pierre) +- Added a README.txt @@ -115,24 +106,36 @@ Dependencies like XML_DTD should now work again. * $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()) - +node's CDATA using the new argument to XML_Tree_Node::XML_Tree_Node() and XML_Tree_Node::addChild()) - 2.0b2 - 2.0b2 + 2.0.0RC2 + 2.0.0RC2 beta beta - 2003-09-18 - PHP - - Repaired 2 old method calls for add_root() and set_contents() -- Added getElementsByTagName() (by Pierre) -- Added a README.txt - + 2004-05-29 + PHP License + Fixed XML_Tree::isValidName() when adding a CDATA childNode. +Dependencies like XML_DTD should now work again. + + + + 2.0.0RC3 + 2.0.0 + + + beta + beta + + 2009-09-27 + PHP License + QA Release +Redid package structure +Updated to package 2.0