ID: 34878
User updated by: js1 at qq dot com
Reported By: js1 at qq dot com
-Status: Feedback
+Status: Open
Bug Type: DOM XML related
Operating System: windows2003+IIS6
PHP Version: 5.0.5
New Comment:
Expected result:
----------------
creart xml rss2.0
actual result
----------------
alert 'add to Favorites'
Previous Comments:
------------------------------------------------------------------------
[2005-10-15 11:52:32] [EMAIL PROTECTED]
And the actual result is ..?
------------------------------------------------------------------------
[2005-10-15 02:15:52] js1 at qq dot com
Description:
------------
domxml cannot create a element use name of element 'channel'
Reproduce code:
---------------
<?php
$dom = domxml_new_doc("1.0");
$root = $dom->add_root("channel") ;
echo $dom->dump_mem(true,"utf-8");
?>
Expected result:
----------------
alert 'add to Favorites'
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=34878&edit=1