Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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