remove mdash

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150501 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2004-02-04 16:24:30 +00:00
parent dec0d97cf2
commit ca4ddb0371

View file

@ -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 &mdash; 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 &mdash;
This module defines a number of classes, which are listed -
including their
method &mdash; 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>