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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
<!-- In the DocBook Reference Guide: -->
<!-- Do you want reference pages for the elements? -->
<!ENTITY % dbre.elements "INCLUDE">
<!-- Do you want reference pages for the parameter entities? -->
<!ENTITY % dbre.entities "INCLUDE">
<!-- Do you want the expanded reference pages? -->
<!ENTITY % dbre.expanded "INCLUDE">
<!-- Do you want the unexpanded reference pages? -->
<!ENTITY % dbre.unexpanded "IGNORE">
<![ %dbre.expanded [
<![ %dbre.unexpanded [
Documentation configuration error: the marked section entities
dbre.expanded and dbre.unexpanded are mutually exclusive.
(Unfortunately there's no way to check if you turn them both off,
but that's an error too.)
]]>
]]>
<![ %dbre.expanded [
<!entity % refelements.entities system "refelemx.ent">
%refelements.entities;
<!entity % refentities.entities system "refpentx.ent">
%refentities.entities;
]]>
<![ %dbre.unexpanded [
<!entity % refelements.entities system "refelemu.ent">
%refelements.entities;
<!entity % refentities.entities system "refpentu.ent">
%refentities.entities;
]]>
<!ENTITY refpages system "refpages.sgm">
<!-- What parts of the reference pages do you want to print? -->
<!ENTITY % dbre.ms.refmeta "INCLUDE">
<!ENTITY % dbre.ms.refsynopsisdiv "INCLUDE">
<!ENTITY % dbre.ms.refsynopsisdiv.incl "INCLUDE">
<!ENTITY % dbre.ms.refsynopsisdiv.excl "INCLUDE">
<!ENTITY % dbre.ms.refsynopsisdiv.attr "INCLUDE">
<!ENTITY % dbre.ms.refsynopsisdiv.tagmin "INCLUDE">
<!ENTITY % dbre.ms.description "INCLUDE">
<!ENTITY % dbre.ms.description.parents "INCLUDE">
<!ENTITY % dbre.ms.description.children "INCLUDE">
<!ENTITY % dbre.ms.attrdesc "INCLUDE">
<!ENTITY % dbre.ms.examples "INCLUDE">
|