From ca4ddb03713a5b065e30f3f111527ae1c5903a85 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Wed, 4 Feb 2004 16:24:30 +0000 Subject: [PATCH] remove mdash git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150501 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/domxml/reference.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/domxml/reference.xml b/reference/domxml/reference.xml index 54a6bf3446..acd1032082 100644 --- a/reference/domxml/reference.xml +++ b/reference/domxml/reference.xml @@ -1,5 +1,5 @@ - + DOM XML functions DOM XML @@ -18,7 +18,7 @@ The extension allows you to operate on an XML document with the DOM API. It also provides a function domxml_xmltree 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 DomDocument_dump_mem 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(). - 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.