Skip to content

Commit 99fbf5d

Browse files
authored
Remove support for phd namespace attributes in DTD (#107)
This is a align the DTD more with standard DocBooks
1 parent f333b4a commit 99fbf5d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docbook/docbook-xml/docbook.dtd

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
vendor CDATA #IMPLIED
1919
wordsize CDATA #IMPLIED
2020
annotations CDATA #IMPLIED
21-
phd:chunk CDATA #IMPLIED
2221

2322
">
2423

@@ -27,7 +26,6 @@
2726
xmlns:xlink CDATA #FIXED 'http://www.w3.org/1999/xlink'
2827
xmlns:xi CDATA #FIXED 'http://www.w3.org/2001/XInclude'
2928
xmlns:phpdoc CDATA #FIXED 'http://php.net/ns/phpdoc'
30-
xmlns:phd CDATA #FIXED 'http://www.php.net/ns/phd'
3129
xlink:href CDATA #IMPLIED
3230
xlink:type CDATA #IMPLIED
3331
xlink:role CDATA #IMPLIED
@@ -1052,7 +1050,6 @@
10521050
<!ATTLIST methodname
10531051
xmlns CDATA #FIXED "http://docbook.org/ns/docbook"
10541052
role CDATA #IMPLIED
1055-
phd:args CDATA #IMPLIED
10561053
%db.common.attributes;
10571054
%db.common.linking.attributes;
10581055

@@ -1903,7 +1900,6 @@
19031900
<!ATTLIST function
19041901
xmlns CDATA #FIXED "http://docbook.org/ns/docbook"
19051902
role CDATA #IMPLIED
1906-
phd:args CDATA #IMPLIED
19071903
%db.common.attributes;
19081904
%db.common.linking.attributes;
19091905

0 commit comments

Comments
 (0)