source: trunk/gsdl3/resources/dtd/gutbook1.dtd@ 6234

Last change on this file since 6234 was 6234, checked in by kjdon, 20 years ago

added dtds for gberg coll- shoudl be a better way to get these

  • Property svn:keywords set to Author Date Id Revision
File size: 1.0 KB
Line 
1<!--
2GUTBOOK DTD V 1.0
3==================
4
5GENERAL NOTES
6+++++++++++++
7This is gutbook dtd version 1.0
8file name is gutpoems1.dtd
9This dtd is a first pass at a dtd for marking up
10books for project gutenberg.
11It was originally developed for marking up the Darwins books.
12
13REVISION HISTORY
14++++++++++++++++
15Original Author
16Frank Boumphrey 1/19/2000
17
18COPYRIGHT NOTICE
19++++++++++++++++
20This DTD is the copyright of the HTML writers guild.
21Permission is given in perpetuity for any one to use
22this DTD provided that these notes and this copyright
23notice is included.
24
25
26-->
27
28<!--Begin gutbook DTD-->
29<!ELEMENT gutbook (gutblurb,markupblurb,book*,endmarkupblurb?,endgutblurb?)>
30
31<!ELEMENT gutblurb (#PCDATA|para|simplesect|title)*>
32<!ELEMENT markupblurb (#PCDATA|para|simplesect|title)*>
33<!ELEMENT endmarkupblurb (#PCDATA|para|simplesect|title)*>
34<!ELEMENT endgutblurb (#PCDATA|para|simplesect|title)*>
35
36<!--Include bookfrag.dtd-->
37
38<!ENTITY % bookfrag SYSTEM "bookfrag.dtd">
39%bookfrag;
40<!--end of file-->
Note: See TracBrowser for help on using the repository browser.