Skip to content

Commit f97eb64

Browse files
committed
DocBook 5.2 conformance for .in files
1 parent a042748 commit f97eb64

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

install-unix.xml.in

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version='1.0' encoding='UTF-8' ?>
2-
<!DOCTYPE set PUBLIC "-//OASIS//DTD DocBook XML V5.0//EN"
3-
"./docbook/docbook-xml/docbook.dtd" [
2+
<!DOCTYPE PHPDOC [
43

54
<!ENTITY % language-defs SYSTEM "../@LANGDIR@/language-defs.ent">
65
<!ENTITY % language-snippets SYSTEM "../@LANGDIR@/language-snippets.ent">
@@ -21,7 +20,7 @@
2120

2221
]>
2322

24-
<book xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="install" xml:lang="en" xmlns:xlink="http://www.w3.org/1999/xlink">
23+
<book xmlns="http://docbook.org/ns/docbook" version="5.2" xml:id="install" xml:lang="en" xmlns:xlink="http://www.w3.org/1999/xlink">
2524
<title>Installing PHP</title>
2625
<preface>
2726
<title>Preface</title>

install-win.xml.in

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version='1.0' encoding='UTF-8' ?>
2-
<!DOCTYPE set PUBLIC "-//OASIS//DTD DocBook XML V5.0//EN"
3-
"./docbook/docbook-xml/docbook.dtd" [
2+
<!DOCTYPE PHPDOC [
43

54
<!ENTITY % language-defs SYSTEM "../@LANGDIR@/language-defs.ent">
65
<!ENTITY % language-snippets SYSTEM "../@LANGDIR@/language-snippets.ent">
@@ -26,7 +25,7 @@
2625
en/install/windows/index.xml file to build this file -->
2726

2827

29-
<book id="install" lang="en">
28+
<book xmlns="http://docbook.org/ns/docbook" version="5.2" xml:id="install" xml:lang="en">
3029
<title>Installation on Windows systems</title>
3130
<para>
3231
Installing PHP on modern Microsoft Windows systems and recommended configuration with common web servers.

manual.xml.in

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<?xml version='1.0' encoding='@ENCODING@' ?>
2-
<!DOCTYPE set PUBLIC "-//OASIS//DTD DocBook XML V5.0//EN"
3-
"./docbook/docbook-xml/docbook.dtd" [
4-
5-
<!-- $Revision$ -->
6-
2+
<!DOCTYPE PHPDOC [
73
<!-- Add translated specific definitions and snippets -->
84
@TRANSLATION_ONLY_INCL_BEGIN@
95
<!ENTITY % language-defs SYSTEM "../@LANGDIR@/language-defs.ent">
@@ -37,7 +33,7 @@
3733
%frontpage.entities;
3834
]>
3935

40-
<set xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="index" xml:lang="@LANG@" xmlns:xlink="http://www.w3.org/1999/xlink">
36+
<set xmlns="http://docbook.org/ns/docbook" version="5.2" xml:id="index" xml:lang="@LANG@" xmlns:xlink="http://www.w3.org/1999/xlink">
4137
<title>&PHPManual;</title>
4238
&bookinfo;
4339

0 commit comments

Comments
 (0)