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/dbgenent.mod | |
parent | 1f7dd2c296115fba918cb47233a066c02a1b03fa (diff) | |
download | samba-3a3393fc25c9e7632858cc2422ea6cf26ddcf3c5.tar.gz samba-3a3393fc25c9e7632858cc2422ea6cf26ddcf3c5.tar.xz 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/dbgenent.mod')
-rw-r--r-- | docs/docbook/dbsgml/dbgenent.mod | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/docs/docbook/dbsgml/dbgenent.mod b/docs/docbook/dbsgml/dbgenent.mod new file mode 100644 index 0000000000..b60c5b2714 --- /dev/null +++ b/docs/docbook/dbsgml/dbgenent.mod @@ -0,0 +1,39 @@ +<!-- ...................................................................... --> +<!-- DocBook additional general entities V4.1 ............................. --> + +<!-- 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). + + In DTD driver files referring to this module, please use an entity + declaration that uses the public identifier shown below: + + <!ENTITY % dbgenent PUBLIC + "-//OASIS//ENTITIES DocBook Additional General Entities V4.1//EN" + %dbgenent; +--> + +<!-- File dbgenent.mod .................................................... --> + +<!-- You can edit this file to add the following: + + o General entity declarations of any kind. For example: + + <!ENTITY happyface SDATA "insert-face"> (system-specific data) + <!ENTITY productname "WinWidget"> (small boilerplate) + <!ENTITY legal-notice SYSTEM "notice.sgm"> (large boilerplate) + + o Notation declarations. For example: + + <!NOTATION chicken-scratch SYSTEM> + + o Declarations for and references to external parameter entities + containing collections of any of the above. For example: + + <!ENTITY % all-titles PUBLIC "-//DocTools//ELEMENTS Book Titles//EN"> + %all-titles; +--> + +<!-- End of DocBook additional general entities V4.1 ...................... --> +<!-- ...................................................................... --> |