home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 November / CHIP_CD_1998_11_PL.iso / offline / internet / xml / xmlfaq / xmlview.exe / dbhtform.dtd < prev    next >
Encoding:
Text File  |  1997-02-25  |  1.4 KB  |  40 lines

  1. <!-- This DTD fragment customizes the DocBook DTD V3.0 
  2.      by adding HTML forms and math so that files can be used in
  3.      SoftQuad's Panorama browser -->
  4.  
  5. <!-- The resulting DTD (dbhtform.dtd) should be referenced as
  6.  
  7.      "+//Silmaril//DTD DocBook V3.0-Based Extension With HTML Forms//EN"
  8.  
  9.      This file is Copyleft 1997 by Silmaril Consultants under
  10.      the terms of the GNU General Public License, a copy of
  11.      which can be found at 
  12.  
  13.      http://www.arbornet.org/~silmaril/dtds/html/gnugpl.html
  14.  
  15.      The DocBook DTD is Copyright 1992, 1993, 1994, 1995, 1996 
  16.      HaL Computer Systems, Inc., O'Reilly & Associates, Inc., 
  17.      ArborText, Inc., and Fujitsu Software Corporation. -->
  18.  
  19. <!-- Redefine the entities from DocBook where we want FORM to occur -->
  20. <!ENTITY % local.divcomponent.mix "|form">
  21. <!ENTITY % local.component.mix "|form">
  22. <!-- Same with the ones for MATH -->
  23. <!ENTITY % equation.content "(Math|Graphic+)">
  24. <!ENTITY % inlineequation.content "(Math|Graphic+)">
  25. <!-- and an addition to the ROW model to include HTML ITEM -->
  26. <!ENTITY % tbl.row.mdl          "(entry|entrytbl|item)+">
  27.  
  28. <!-- Call the DocBook driver file -->
  29.  
  30. <!ENTITY % docbookmain PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
  31. %docbookmain;
  32.  
  33. <!-- Bolt on the HTML forms and math gunk -->
  34.  
  35. <!ENTITY % formfrag PUBLIC "+//Silmaril//DTD HTML Forms Fragment//EN">
  36. %formfrag;
  37. <!ENTITY % mathfrag PUBLIC "+//Silmaril//DTD HTML Math Fragment//EN">
  38. %mathfrag;
  39.  
  40.