reference/dom/book.xml
9b18516d6feb02d12056f8c7e88d0e83082e2e79
...
...
@@ -9,19 +9,10 @@
9
9
<preface xml:id="intro.dom">
10
10
&reftitle.intro;
11
11
<para>
12
-
The DOM extension allows you to operate on XML documents through the DOM
13
-
API with PHP 5.
12
+
The DOM extension allows operations on XML and HTML documents through the DOM
13
+
API with PHP.
14
14
</para>
15
-
<para>
16
-
Note: PHP 4 offers an older <literal>domxml</literal> extension.
17
-
</para>
18
-
<note>
19
-
<para>
20
-
The DOM extension uses UTF-8 encoding. Use <function>utf8_encode</function>
21
-
and <function>utf8_decode</function> to work with texts in ISO-8859-1
22
-
encoding or <link linkend="ref.iconv">Iconv</link> for other encodings.
23
-
</para>
24
-
</note>
15
+
&dom.note.utf8;
25
16
</preface>
26
17

27
18
&reference.dom.setup;
...
...
@@ -31,6 +22,7 @@
31
22
&reference.dom.domattr;
32
23
&reference.dom.domcdatasection;
33
24
&reference.dom.domcharacterdata;
25
+
&reference.dom.domchildnode;
34
26
&reference.dom.domcomment;
35
27
&reference.dom.domdocument;
36
28
&reference.dom.domdocumentfragment;
...
...
@@ -41,9 +33,11 @@
41
33
&reference.dom.domexception;
42
34
&reference.dom.domimplementation;
43
35
&reference.dom.domnamednodemap;
36
+
&reference.dom.domnamespacenode;
44
37
&reference.dom.domnode;
45
38
&reference.dom.domnodelist;
46
39
&reference.dom.domnotation;
40
+
&reference.dom.domparentnode;
47
41
&reference.dom.domprocessinginstruction;
48
42
&reference.dom.domtext;
49
43
&reference.dom.domxpath;
50
44