mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
4285ccaea1
commit
c353851bc4
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue