rrichards               Tue Mar  7 15:27:01 2006 UTC

  Modified files:              (Branch: PHP_5_1)
    /php-src    NEWS 
  Log:
  updated for simplexml changes
  
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.446&r2=1.2027.2.447&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.446 php-src/NEWS:1.2027.2.447
--- php-src/NEWS:1.2027.2.446   Tue Mar  7 07:47:43 2006
+++ php-src/NEWS        Tue Mar  7 15:27:01 2006
@@ -14,6 +14,9 @@
 - 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.

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to