mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
remove mdash
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150501 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
dec0d97cf2
commit
ca4ddb0371
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<reference id="ref.domxml">
|
||||
<title>DOM XML functions</title>
|
||||
<titleabbrev>DOM XML</titleabbrev>
|
||||
|
@ -18,7 +18,7 @@
|
|||
The extension allows you to operate on an XML document with the DOM API.
|
||||
It also provides a function <function>domxml_xmltree</function> to turn the
|
||||
complete XML document into a tree of PHP objects. Currently, this
|
||||
tree should be considered read-only — you can modify it, but this
|
||||
tree should be considered read-only - you can modify it, but this
|
||||
would not make any sense since <function>DomDocument_dump_mem</function>
|
||||
cannot be
|
||||
applied to it. Therefore, if you want to read an XML file and write
|
||||
|
@ -180,9 +180,9 @@
|
|||
that a DOM function lastChild() will be written as last_child().
|
||||
</para>
|
||||
<para>
|
||||
This module defines a number of classes, which are listed —
|
||||
This module defines a number of classes, which are listed -
|
||||
including their
|
||||
method — in the following tables. Classes with an equivalent in the
|
||||
method - in the following tables. Classes with an equivalent in the
|
||||
DOM standard are named DOMxxx.
|
||||
</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue