diff --git a/reference/dom/reference.xml b/reference/dom/reference.xml
index 566a9e80cb..157a8327fe 100644
--- a/reference/dom/reference.xml
+++ b/reference/dom/reference.xml
@@ -1,5 +1,5 @@
-
+
@@ -11,14 +11,11 @@
&reftitle.intro;
- The DOM extension is the replacement for the
- DOM XML 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 allows you to operate on XML documents through the DOM
+ API with PHP 5.
- The extension allows you to operate on an XML document with the DOM API.
+ For PHP 4, use DOM XML.
@@ -31,7 +28,7 @@
&reftitle.classes;
The API of the module follows the DOM Level 2 standard as closely
+ url="&url.dom3.spec;">DOM Level 3 standard as closely
as possible. Consequently, the API is fully object-oriented.
It is a good idea to have the DOM standard available when
using this module.