1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
<!-- Define entities we'll need for bookcomponent.content -->
<!ENTITY % local.divcomponent.mix "">
<!ENTITY % divcomponent.mix
"%list.class; |%admon.class;
|%linespecific.class; |%synop.class;
|%para.class; |%informal.class;
|%formal.class; |%compound.class;
|%genobj.class; |%descobj.class;
|%ndxterm.class;
%local.divcomponent.mix;">
<!ENTITY % local.refentry.class "">
<!ENTITY % refentry.class "RefEntry %local.refentry.class;">
<!ENTITY % bookcomponent.title.content
"DocInfo?, Title, Subtitle?, TitleAbbrev?">
<!ENTITY % sect.title.content
"Title, Subtitle?, TitleAbbrev?">
<!ENTITY % refsect.title.content
"Title, Subtitle?, TitleAbbrev?">
<!-- This modification allows SubdocSection in place of Sections -->
<!ENTITY % bookcomponent.content
"((%divcomponent.mix;)+,
(Sect1*|(%refentry.class;)*|SimpleSect*|Section*|SubdocSection*))
| (Sect1+|(%refentry.class;)+|SimpleSect+|Section+|SubdocSection+)">
|