blob: 174ddd6a7eca6ceb1f62f05ed33cde1ee38cd595 (
plain)
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
|
<!-- ...................................................................... -->
<!-- DocBook additional general entities V3.0 ............................. -->
<!-- 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 V3.0 ...................... -->
<!-- ...................................................................... -->
|