home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / INTERNET / HTML / HOTMETAL / DTDS / HTML.DEC next >
Encoding:
Text File  |  1994-05-31  |  2.5 KB  |  88 lines

  1. <!SGML  "ISO 8879:1986"
  2. --
  3.     SGML Declaration for HyperText Markup Language (HTML)
  4.     as used by the World-Wide Web (WWW) application.
  5.  
  6.     See below for more info, as many characters are not
  7.     allowed at this point in an SGML document.
  8. --
  9.  
  10. CHARSET
  11.          BASESET  "ISO 646:1983//CHARSET
  12.                    International Reference Version (IRV)//ESC 2/5 4/0"
  13.          DESCSET  0   9   UNUSED
  14.                   9   2   9
  15.                   11  2   UNUSED
  16.                   13  1   13
  17.                   14  18  UNUSED
  18.                   32  95  32
  19.                   127 1   UNUSED
  20.      BASESET   "ISO Registration Number 100//CHARSET
  21.                 ECMA-94 Right Part of Latin Alphabet Nr. 1//ESC 2/13 4/1"
  22.      DESCSET   128 32 UNUSED
  23.                160 95 32
  24.                255  1 UNUSED
  25.  
  26. CAPACITY        SGMLREF
  27.                 TOTALCAP        150000
  28.                 GRPCAP          150000
  29.   
  30. SCOPE    DOCUMENT
  31. SYNTAX   
  32.          SHUNCHAR CONTROLS 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
  33.                            19 20 21 22 23 24 25 26 27 28 29 30 31 127 255
  34.          BASESET  "ISO 646:1983//CHARSET
  35.                    International Reference Version (IRV)//ESC 2/5 4/0"
  36.          DESCSET  0 128 0
  37.          FUNCTION RE          13
  38.                   RS          10
  39.                   SPACE       32
  40.                   TAB SEPCHAR  9
  41.          NAMING   LCNMSTRT ""
  42.                   UCNMSTRT ""
  43.                   LCNMCHAR ".-"
  44.                   UCNMCHAR ".-"
  45.                   NAMECASE GENERAL YES
  46.                            ENTITY  NO
  47.          DELIM    GENERAL  SGMLREF
  48.                   SHORTREF SGMLREF
  49.          NAMES    SGMLREF
  50.          QUANTITY SGMLREF
  51.                   NAMELEN  34
  52.                   TAGLVL   100
  53.                   LITLEN   1024
  54.                   GRPGTCNT 150
  55.                   GRPCNT   64                   
  56.  
  57. FEATURES
  58.   MINIMIZE
  59.     DATATAG  NO
  60.     OMITTAG  YES
  61.     RANK     NO
  62.     SHORTTAG YES
  63.   LINK
  64.     SIMPLE   NO
  65.     IMPLICIT NO
  66.     EXPLICIT NO
  67.   OTHER
  68.     CONCUR   NO
  69.     SUBDOC   NO
  70.     FORMAL   NO
  71.   APPINFO    NONE
  72. >
  73. <!-- 
  74.     $Id: html.decl,v 1.4 1994/04/07 01:18:19 connolly Exp $
  75.  
  76.     See also: http://info.cern.ch/hypertext/WWW/MarkUp/MarkUp.html
  77.     and/or http://info.cern.ch/hypertext/WWW/MarkUp/HTML.html
  78.  
  79.     This is derived from the prologue that was published
  80.     in ftp://ds.internic.net/internet-drafts/draft-ietf-iiir-html-01.txt
  81.  
  82.     OMITTAG has been changed to YES for implicit </LI> etc. tags
  83.     SHORTTAG has been changed to YES to support
  84.         <DL COMPACT> and <IMG ALIGN=top>
  85.     as short forms for
  86.         <DL STYLE="COMPACT"> and <IMG ALIGN="top">
  87.  -->
  88.