Rephrase after reading bug#31191 (see bug#50742)

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

View file

@ -97,8 +97,9 @@ echo $dom->saveXML();
&reftitle.notes;
<note>
<para>
To create a text node with <literal>escaping support</literal> use
<methodname>DOMDocument::createTextElement</methodname>.
The <parameter>value</parameter> will <emphasis>not</emphasis> be escaped.
Use <methodname>DOMDocument::createTextElement</methodname> to create a
text node with <literal>escaping support</literal>.
</para>
</note>
</refsect1>