Solucionado errores.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297518 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Yago Ferrer 2010-04-05 15:52:15 +00:00
parent ea7746ad91
commit cc8075bc25
2 changed files with 2 additions and 2 deletions

View file

@ -72,7 +72,7 @@
<![CDATA[
<?php
$dom = new DOMDocument('1.0', 'iso-8859-1');
$dom = new DOMDocument('1.0', 'utf-8');
$element = $dom->createElement('test', 'This is the root element!');

View file

@ -91,7 +91,7 @@
<![CDATA[
<?php
$dom = new DOMDocument('1.0', 'iso-8859-1');
$dom = new DOMDocument('1.0', 'utf-8');
$element = $dom->createElementNS('http://www.example.com/XFoo', 'xfoo:test', 'This is the root element!');