link to domxml extension

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164868 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Friedhelm Betz 2004-08-01 12:44:16 +00:00
parent 081b673e4f
commit 02bf29a306

View file

@ -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 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->