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