ID:          23856
 Updated by:  [EMAIL PROTECTED]
 Reported By: anton_kar at mail dot ru
-Status:      Open
+Status:      Bogus
 Bug Type:    DOM XML related
 PHP Version: 4.3.1
 New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

See Bug #21213


Previous Comments:
------------------------------------------------------------------------

[2003-05-28 08:58:14] anton_kar at mail dot ru

<pre>
// Simplified Chinese, national standard character set. 

$doc = domxml_open_mem('<?xml version="1.0" encoding="gb2312"
?><data/>');
$root = $doc->document_element();

$node = $doc->create_element("para");
$root->append_child($node);
$node->set_attribute("name","&#28814;&#24037;&#20316;");

echo ($root->dump_mem(true));

RESULT 
<?xml version="1.0" encoding="gb2312"?>
<data>
  <para name="&amp;#28814;&amp;#24037;&amp;#20316;"/>
</data>
Can I set 'normal' value?
</pre>

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=23856&edit=1

Reply via email to