diff options
author | Gerald Carter <jerry@samba.org> | 2001-02-26 13:35:48 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-02-26 13:35:48 +0000 |
commit | 3a3393fc25c9e7632858cc2422ea6cf26ddcf3c5 (patch) | |
tree | a32108334158e4803e4501078c81ce94ea0c83fc /docs/docbook/dbsgml/docbook.dtd | |
parent | 1f7dd2c296115fba918cb47233a066c02a1b03fa (diff) | |
download | samba-3a3393fc25c9e7632858cc2422ea6cf26ddcf3c5.tar.gz samba-3a3393fc25c9e7632858cc2422ea6cf26ddcf3c5.tar.bz2 samba-3a3393fc25c9e7632858cc2422ea6cf26ddcf3c5.zip |
DocBook V4.1 DTD so we are all on the same page
(This used to be commit f84d1892cfaf8c8aba0ae8821e0a334b0cee62fc)
Diffstat (limited to 'docs/docbook/dbsgml/docbook.dtd')
-rwxr-xr-x | docs/docbook/dbsgml/docbook.dtd | 117 |
1 files changed, 117 insertions, 0 deletions
diff --git a/docs/docbook/dbsgml/docbook.dtd b/docs/docbook/dbsgml/docbook.dtd new file mode 100755 index 0000000000..a43b79fcae --- /dev/null +++ b/docs/docbook/dbsgml/docbook.dtd @@ -0,0 +1,117 @@ +<!-- ...................................................................... --> +<!-- DocBook DTD V4.1 ..................................................... --> +<!-- File docbook.dtd ..................................................... --> + +<!-- Copyright 1992-2000 HaL Computer Systems, Inc., + O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software + Corporation, and the Organization for the Advancement of + Structured Information Standards (OASIS). + + $Id: docbook.dtd,v 1.1 2001/02/26 13:35:48 jerry Exp $ + + Permission to use, copy, modify and distribute the DocBook DTD and + its accompanying documentation for any purpose and without fee is + hereby granted in perpetuity, provided that the above copyright + notice and this paragraph appear in all copies. The copyright + holders make no representation about the suitability of the DTD for + any purpose. It is provided "as is" without expressed or implied + warranty. + + If you modify the DocBook DTD in any way, except for declaring and + referencing additional sets of general entities and declaring + additional notations, label your DTD as a variant of DocBook. See + the maintenance documentation for more information. + + Please direct all questions, bug reports, or suggestions for + changes to the docbook@lists.oasis-open.org mailing list. For more + information, see http://www.oasis-open.org/docbook/. +--> + +<!-- ...................................................................... --> + +<!-- This is the driver file for V4.1 of the DocBook DTD. + Please use the following formal public identifier to identify it: + + "-//OASIS//DTD DocBook V4.1//EN" + + For example, if your document's top-level element is Book, and + you are using DocBook directly, use the FPI in the DOCTYPE + declaration: + + <!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [...]> + + Or, if you have a higher-level driver file that customizes DocBook, + use the FPI in the parameter entity declaration: + + <!ENTITY % DocBookDTD PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> + %DocBookDTD; + + The DocBook DTD is accompanied by an SGML declaration. + + See the documentation for detailed information on the parameter + entity and module scheme used in DocBook, customizing DocBook and + planning for interchange, and changes made since the last release + of DocBook. +--> + +<!-- ...................................................................... --> +<!-- Notation declarations ................................................ --> + +<!ENTITY % dbnotn.module "INCLUDE"> +<![ %dbnotn.module; [ +<!ENTITY % dbnotn PUBLIC +"-//OASIS//ENTITIES DocBook Notations V4.1//EN"> +%dbnotn; +<!--end of dbnotn.module-->]]> + +<!-- ...................................................................... --> +<!-- ISO character entity sets ............................................ --> + +<!ENTITY % dbcent.module "INCLUDE"> +<![ %dbcent.module; [ +<!ENTITY euro SDATA "[euro ]"><!-- euro sign, U+20AC NEW --> +<!ENTITY % dbcent PUBLIC +"-//OASIS//ENTITIES DocBook Character Entities V4.1//EN"> +%dbcent; +<!--end of dbcent.module-->]]> + +<!-- ...................................................................... --> +<!-- DTD modules .......................................................... --> + +<!-- Information pool .............. --> + +<!ENTITY % dbpool.module "INCLUDE"> +<![ %dbpool.module; [ +<!ENTITY % dbpool PUBLIC +"-//OASIS//ELEMENTS DocBook Information Pool V4.1//EN"> +%dbpool; +<!--end of dbpool.module-->]]> + +<!-- Redeclaration placeholder ..... --> + +<!ENTITY % intermod.redecl.module "IGNORE"> +<![ %intermod.redecl.module; [ +%rdbmods; +<!--end of intermod.redecl.module-->]]> + +<!-- Document hierarchy ............ --> + +<!ENTITY % dbhier.module "INCLUDE"> +<![ %dbhier.module; [ +<!ENTITY % dbhier PUBLIC +"-//OASIS//ELEMENTS DocBook Document Hierarchy V4.1//EN"> +%dbhier; +<!--end of dbhier.module-->]]> + +<!-- ...................................................................... --> +<!-- Other general entities ............................................... --> + +<!ENTITY % dbgenent.module "INCLUDE"> +<![ %dbgenent.module; [ +<!ENTITY % dbgenent PUBLIC +"-//OASIS//ENTITIES DocBook Additional General Entities V4.1//EN"> +%dbgenent; +<!--end of dbgenent.module-->]]> + +<!-- End of DocBook DTD V4.1 .............................................. --> +<!-- ...................................................................... --> |