From bbfc47e63250a46d0c79f6a813c31d67631f59db Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Fri, 29 Dec 2006 22:31:31 +0000 Subject: [PATCH] Reword the intro to make it introduce DOM extension instead of DOMXML (..) DOM now follows the Level 3 specs git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@226008 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/dom/reference.xml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) 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.