Skip to content

Commit

Permalink
Remove phpdoc DTD support
Browse files Browse the repository at this point in the history
  • Loading branch information
Girgias committed Jun 14, 2024
1 parent 7268da9 commit 7547908
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docbook/docbook-xml/docbook.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
linkend IDREF #IMPLIED
xmlns:xlink CDATA #FIXED 'http://www.w3.org/1999/xlink'
xmlns:xi CDATA #FIXED 'http://www.w3.org/2001/XInclude'
xmlns:phpdoc CDATA #FIXED 'http://php.net/ns/phpdoc'
xlink:href CDATA #IMPLIED
xlink:type CDATA #IMPLIED
xlink:role CDATA #IMPLIED
Expand Down Expand Up @@ -2532,7 +2531,7 @@

>

<!ELEMENT book (((title|titleabbrev|subtitle)*, info?), (glossary|bibliography|index|toc|dedication|acknowledgements|preface|chapter|appendix|article|colophon|part|reference|phpdoc:exceptionref|phpdoc:classref)+)>
<!ELEMENT book (((title|titleabbrev|subtitle)*, info?), (glossary|bibliography|index|toc|dedication|acknowledgements|preface|chapter|appendix|article|colophon|part|reference)+)>

<!ATTLIST book
xmlns CDATA #FIXED "http://docbook.org/ns/docbook"
Expand Down Expand Up @@ -2604,7 +2603,7 @@

>

<!ELEMENT part (((title|titleabbrev|subtitle)*, info?), partintro?, (glossary|bibliography|index|toc|dedication|acknowledgements|preface|chapter|appendix|article|colophon|refentry|reference|phpdoc:exceptionref|phpdoc:classref)+)>
<!ELEMENT part (((title|titleabbrev|subtitle)*, info?), partintro?, (glossary|bibliography|index|toc|dedication|acknowledgements|preface|chapter|appendix|article|colophon|refentry|reference)+)>

<!ATTLIST part
xmlns CDATA #FIXED "http://docbook.org/ns/docbook"
Expand Down

0 comments on commit 7547908

Please sign in to comment.