]> granicus.if.org Git - php/commitdiff
updated for simplexml changes
authorRob Richards <rrichards@php.net>
Tue, 7 Mar 2006 15:27:01 +0000 (15:27 +0000)
committerRob Richards <rrichards@php.net>
Tue, 7 Mar 2006 15:27:01 +0000 (15:27 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 07dccee786aa240c5290d2caa3d9d4e7160a4b54..867572d003dc1e2d7fd024a8ba35b6bd8da9cab6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,9 @@ PHP                                                                        NEWS
 - Improved SimpleXML: (Marcus)
   . Added SimpleXMLElement::getName() to retrieve name of element.
   . Added ability to create elements on the fly.
+  . Added addChild() method for element creation supporting namespaces.
+  . Added addAttribute() method for attribute creation supporting namespaces.
+  . Added ability to delete specific elements and attributes by offset.
 - Improved Reflection API: (Marcus)
   . Added ReflectionClass::newInstanceArgs($args).
   . Added ability to analyze extension dependency.