source: trunk/documents/UserDoc/DocBookUsersGuides/ForToolkitDeveloper/xml/BookForToolDevEntityDef.dtd @ 904

Last change on this file since 904 was 904, checked in by garnier, 16 years ago

ajout de la doc

File size: 1.2 KB
Line 
1<!-- ******************************************************** -->
2<!--                                                          -->
3<!--  In this file you need to define entities of all         -->
4<!--  chpater-dtd files you want to include into the          -->
5<!--  G4 DocBook manual.                                      -->
6<!--                                                          -->
7<!--  [History]                                               -->
8<!--    Creation:  Katsuya Amako,  November 2006              -->
9<!--                                                          -->
10<!-- ******************************************************** -->
11
12<!ENTITY % chapIntroductionEntityDef SYSTEM 
13           "./Introduction/ChapIntroductionEntityDef.dtd"> 
14<!ENTITY % chapDsgnFuncEntityDef.dtd SYSTEM 
15           "./OOAnalysisDesign/ChapDsgnFuncEntityDef.dtd"> 
16<!ENTITY % chapExtdFuncEntityDef.dtd SYSTEM 
17           "./GuideToExtendFunctionality/ChapExtdFuncEntityDef.dtd"> 
18<!ENTITY % bibliographyEntityDef SYSTEM
19           "Bibliography/BibliographyEntityDef.dtd">
20
21
22%chapIntroductionEntityDef;
23%chapDsgnFuncEntityDef.dtd;
24%chapExtdFuncEntityDef.dtd;
25%bibliographyEntityDef;
Note: See TracBrowser for help on using the repository browser.