betz Sun Aug 1 08:44:16 2004 EDT
Modified files:
/phpdoc/en/reference/dom reference.xml
Log:
link to domxml extension
http://cvs.php.net/diff.php/phpdoc/en/reference/dom/reference.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/dom/reference.xml
diff -u phpdoc/en/reference/dom/reference.xml:1.1
phpdoc/en/reference/dom/reference.xml:1.2
--- phpdoc/en/reference/dom/reference.xml:1.1 Sun May 9 11:07:48 2004
+++ phpdoc/en/reference/dom/reference.xml Sun Aug 1 08:44:16 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<reference id="ref.dom">
<title>DOM Functions</title>
<titleabbrev>DOM</titleabbrev>
@@ -8,9 +8,11 @@
<section id="dom.intro">
&reftitle.intro;
<para>
- The DOM extension is the replacement for the domxml extension from PHP 4. The
extension still contains
- many old functions, but they should no longer be used. In particular, functions
- that are not object-oriented should be avoided.
+ The DOM extension is the replacement for the
+ <link linkend="ref.domxml">DOM XML</link> extension from PHP 4.
+ The extension still contains many old functions, but they should no
+ longer be used. In particular, functions that are not object-oriented
+ should be avoided.
</para>
<para>
The extension allows you to operate on an XML document with the DOM API.
@@ -152,4 +154,3 @@
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
-