nlopess Wed Feb 4 11:24:30 2004 EDT
Modified files:
/phpdoc/entities global.ent
/phpdoc/en/reference/domxml reference.xml
Log:
remove mdash
http://cvs.php.net/diff.php/phpdoc/entities/global.ent?r1=1.159&r2=1.160&ty=u
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.159 phpdoc/entities/global.ent:1.160
--- phpdoc/entities/global.ent:1.159 Tue Feb 3 11:47:09 2004
+++ phpdoc/entities/global.ent Wed Feb 4 11:24:29 2004
@@ -1,6 +1,6 @@
<!-- -*- SGML -*-
- $Id: global.ent,v 1.159 2004/02/03 16:47:09 kennyt Exp $
+ $Id: global.ent,v 1.160 2004/02/04 16:24:29 nlopess Exp $
Contains global "macros" for all the XML documents.
@@ -368,4 +368,3 @@
<!ENTITY email.php3.subscribe '[EMAIL PROTECTED]'>
<!ENTITY link.rasmus '<ulink url="mailto:&email.rasmus;">Rasmus Lerdorf</ulink>'>
<!ENTITY link.stig '<ulink url="mailto:&email.stig;">Stig Sæther
Bakken</ulink>'>
-<!ENTITY mdash '—'>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/reference.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en/reference/domxml/reference.xml
diff -u phpdoc/en/reference/domxml/reference.xml:1.13
phpdoc/en/reference/domxml/reference.xml:1.14
--- phpdoc/en/reference/domxml/reference.xml:1.13 Mon Dec 15 13:42:06 2003
+++ phpdoc/en/reference/domxml/reference.xml Wed Feb 4 11:24:30 2004
@@ -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>