home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 February / comcd0202.iso / homepage / testsw / code / arv111 / data1.cab / Program_Executable_Files / sgml-lib / HTML4.dcl < prev    next >
Encoding:
Text File  |  2000-09-10  |  2.9 KB  |  88 lines

  1. <!SGML  "ISO 8879:1986 (WWW)"
  2.     --
  3.          SGML Declaration for HyperText Markup Language version 4.0
  4.  
  5.          With support for the first 17 planes of ISO 10646 and
  6.          increased limits for tag and literal lengths etc.
  7.  
  8.          Modified by jjc to work around SP's 16-bit character limit.
  9.          Modified by jjc to support hex character references.
  10.     --
  11.  
  12.     CHARSET
  13.           BASESET  "ISO Registration Number 177//CHARSET
  14.                     ISO/IEC 10646-1:1993 UCS-4 with
  15.                     implementation level 3//ESC 2/5 2/15 4/6"
  16.          DESCSET 0       9       UNUSED
  17.                  9       2       9
  18.                  11      2       UNUSED
  19.                  13      1       13
  20.                  14      18      UNUSED
  21.                  32      95      32
  22.                  127     1       UNUSED
  23.                  128     32      UNUSED
  24.               -- jjc: changed the rest of the DESCSET.
  25.                  Note that surrogates are not declared UNUSED;
  26.                  this allows non-BMP characters to be parsed. --
  27.                  160     65376   160
  28.               -- 160     55136   160
  29.                  55296   2048    UNUSED
  30.                  57344   1056768 57344 --
  31.  
  32. CAPACITY        SGMLREF
  33.                 TOTALCAP        150000
  34.                 GRPCAP          150000
  35.                 ENTCAP          150000
  36.  
  37. SCOPE    DOCUMENT
  38. SYNTAX
  39.          SHUNCHAR CONTROLS 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
  40.            17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 127
  41.          BASESET  "ISO 646IRV:1991//CHARSET
  42.                    International Reference Version
  43.                    (IRV)//ESC 2/8 4/2"
  44.          DESCSET  0 128 0
  45.  
  46.          FUNCTION
  47.                   RE            13
  48.                   RS            10
  49.                   SPACE         32
  50.                   TAB SEPCHAR    9
  51.  
  52.          NAMING   LCNMSTRT ""
  53.                   UCNMSTRT ""
  54.                   LCNMCHAR ".-_:"    
  55.                   UCNMCHAR ".-_:"
  56.                   NAMECASE GENERAL YES
  57.                            ENTITY  NO
  58.          DELIM    GENERAL  SGMLREF
  59.                            HCRO "&#X" -- added by jjc --
  60.                   SHORTREF SGMLREF
  61.          NAMES    SGMLREF
  62.          QUANTITY SGMLREF
  63.                   ATTCNT   60      -- increased --
  64.                   ATTSPLEN 65536   -- These are the largest values --
  65.                   LITLEN   65536   -- permitted in the declaration --
  66.                   NAMELEN  65536   -- Avoid fixed limits in actual --
  67.                   PILEN    65536   -- implementations of HTML UA's --
  68.                   TAGLVL   100
  69.                   TAGLEN   65536
  70.                   GRPGTCNT 150
  71.                   GRPCNT   64
  72.  
  73. FEATURES
  74.   MINIMIZE
  75.     DATATAG  NO
  76.     OMITTAG  YES
  77.     RANK     NO
  78.     SHORTTAG YES
  79.   LINK
  80.     SIMPLE   NO
  81.     IMPLICIT NO
  82.     EXPLICIT NO
  83.   OTHER
  84.     CONCUR   NO
  85.     SUBDOC   NO
  86.     FORMAL   YES
  87.   APPINFO NONE
  88. >