- Fixed bug#50742 (value parameter must be escaped)

- Kill "you" usage


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293629 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2010-01-16 22:09:23 +00:00
parent eccb8a719d
commit 4285ccaea1

View file

@ -34,7 +34,7 @@
<listitem>
<para>
The value of the element. By default, an empty element will be created.
You can also set the value later with <literal>DOMElement->nodeValue</literal>.
The value can also be set later with <literal>DOMElement->nodeValue</literal>.
</para>
</listitem>
</varlistentry>
@ -93,6 +93,15 @@ echo $dom->saveXML();
</example>
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
<note>
<para>
To create a text node with <literal>escaping support</literal> use
<methodname>DOMDocument::createTextElement</methodname>.
</para>
</note>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>