/[pub]/test/html.dtd
Suika

Diff of /test/html.dtd

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by connolly, Tue May 17 21:07:53 1994 UTC revision 1.13 by connolly, Wed May 18 17:23:29 1994 UTC
# Line 1  Line 1 
1  <!--    html.dtd  <!--    html.dtd
2    
3          Document Type Definition for the HyperText Markup Language          Document Type Definition for the HyperText Markup Language
4          as used by the World Wide Web application (HTML DTD).          as used by the World Wide Web (HTML DTD).
5    
6          $Id$          $Id$
7    
8            Author: Daniel W. Connolly <connolly@hal.com>
9            See Also: http://www.hal.com/%7Econnolly/html-spec/HTML.html
10                      http://info.cern.ch/hypertext/WWW/MarkUp/MarkUp.html
11  -->  -->
12    
13    <!ENTITY HTML.Version
14            "-//connolly hal.com//DTD WWW HTML $Date 1994/04/19 17:24:06 $//EN"
15            -- public identifier for "current pracitice" version             --
16            -- actually, take the $'s out to get the real public identifer,  --
17            -- since $ is illegal in public identifier. When DTD stabilizes, --
18            -- we'll need to stop using RCS keywords to version the pub id   --
19    
20            -- Typical usage:
21    
22                <!DOCTYPE HTML PUBLIC "-//connolly hal.com//DTD WWW HTML
23                                                    $Date$//EN">
24                <html>
25                ...
26                </html>
27            --
28            >
29    
30    
31  <!-- Feature Test Entities -->  <!-- Feature Test Entities -->
32    
33  <!-- To use these, write your document like:  <!-- To use these, write your document like:
# Line 57  Line 78 
78          <!ENTITY % HTML.bodyBlockOnly "INCLUDE">          <!ENTITY % HTML.bodyBlockOnly "INCLUDE">
79          ]]>          ]]>
80    
 <!ENTITY HTML.Version  
         "-//connolly hal.com//DTD WWW HTML $Date 1994/04/19 17:24:06 $//EN"  
         -- public identifier for "default" version                       --  
         -- actually, take the $'s out to get the real public identifer,  --  
         -- since $ is illegal in public identifier. When DTD stabilizes, --  
         -- we'll need to stop using RCS keywords to version the pub id   --  
         >  
   
81  <!ENTITY % HTML.bodyBlockOnly "IGNORE"  <!ENTITY % HTML.bodyBlockOnly "IGNORE"
82          -- only allow block elements in the BODY element          -- only allow block elements in the BODY element
83          This means all paragraphs need to start with a <P> tag.          This means all paragraphs need to start with a <P> tag.

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24