home *** CD-ROM | disk | FTP | other *** search
- <!-- This DTD fragment customizes the DocBook DTD V3.0
- by adding HTML forms and math so that files can be used in
- SoftQuad's Panorama browser -->
-
- <!-- The resulting DTD (dbhtform.dtd) should be referenced as
-
- "+//Silmaril//DTD DocBook V3.0-Based Extension With HTML Forms//EN"
-
- This file is Copyleft 1997 by Silmaril Consultants under
- the terms of the GNU General Public License, a copy of
- which can be found at
-
- http://www.arbornet.org/~silmaril/dtds/html/gnugpl.html
-
- The DocBook DTD is Copyright 1992, 1993, 1994, 1995, 1996
- HaL Computer Systems, Inc., O'Reilly & Associates, Inc.,
- ArborText, Inc., and Fujitsu Software Corporation. -->
-
- <!-- Redefine the entities from DocBook where we want FORM to occur -->
- <!ENTITY % local.divcomponent.mix "|form">
- <!ENTITY % local.component.mix "|form">
- <!-- Same with the ones for MATH -->
- <!ENTITY % equation.content "(Math|Graphic+)">
- <!ENTITY % inlineequation.content "(Math|Graphic+)">
- <!-- and an addition to the ROW model to include HTML ITEM -->
- <!ENTITY % tbl.row.mdl "(entry|entrytbl|item)+">
-
- <!-- Call the DocBook driver file -->
-
- <!ENTITY % docbookmain PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
- %docbookmain;
-
- <!-- Bolt on the HTML forms and math gunk -->
-
- <!ENTITY % formfrag PUBLIC "+//Silmaril//DTD HTML Forms Fragment//EN">
- %formfrag;
- <!ENTITY % mathfrag PUBLIC "+//Silmaril//DTD HTML Math Fragment//EN">
- %mathfrag;
-
-