1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
<!--
This is a customized DocBook DTD file to be tested with the grouped
reference structure. There seemed to be no other way to make groupings
work.
Use this PUBLIC identifier if you would like to work with this DTD:
"-//PHPDocGroup//DTD DocBook XML V4.1.2-Based Variant PHPBook V1.1//EN"
-->
<!-- Load in original DocBook DTD -->
<!ENTITY % DocBookDTD PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
%DocBookDTD;
<!ELEMENT refgroup (title, (refgroup+|reference+))>
<!ATTLIST refgroup id ID #REQUIRED>
|