home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / the_web / documents / spec / html_spec / pubtext_sgm < prev    next >
Encoding:
Text File  |  1995-06-08  |  2.1 KB  |  77 lines

  1. <h1 id=pubtext>HTML Public Text
  2.  
  3. <h2 id=dtd>HTML DTD
  4.  
  5. <p>This is the Document Type Definition for the HyperText Markup
  6. Language, level 2.
  7.  
  8. <listing>
  9. &html-dtd;
  10. </listing>
  11.  
  12.  
  13. <h2 id=dtd.s>Strict HTML DTD
  14.  
  15. This document type declaration refers to the HTML DTD with the
  16. <code/HTML.Recommended/ entity defined as <code/INCLUDE/ rather than
  17. IGNORE; that is, it refers to the more structurally rigid definition
  18. of HTML.
  19.  
  20. <listing>
  21. &html-dtd-s;
  22. </listing>
  23.  
  24. <h2 id=dtd.1>Level 1 HTML DTD
  25.  
  26. This document type declaration refers to the HTML DTD with the
  27. <code/HTML.Forms/ entity defined as <code/IGNORE/ rather than
  28. <code/INCLUDE/. Documents which contain <tag/FORM/ elements do not
  29. conform to this DTD, and must use the level 2 DTD.
  30.  
  31. <listing>
  32. &html-dtd-1;
  33. </listing>
  34.  
  35. <h2 id=dtd.1s>Strict Level 1 HTML DTD
  36.  
  37. This document type declaration refers to the level 1 HTML DTD with the
  38. <code/HTML.Recommended/ entity defined as <code/INCLUDE/ rather than
  39. IGNORE; that is, it refers to the more structurally rigid definition
  40. of HTML.
  41.  
  42. <listing>
  43. &html-dtd-1s;
  44. </listing>
  45.  
  46. <h2 id=decl>SGML Declaration for HTML
  47.  
  48. <p>This is the SGML Declaration for HyperText Markup Language.
  49.  
  50. <listing>
  51. &html-decl;
  52. </listing>
  53.  
  54. <h2>Sample SGML Open Entity Catalog for HTML
  55.  
  56. <p>The SGML standard describes an "entity manager" as the portion or
  57. component of an SGML system that maps SGML entities into the actual
  58. storage model (e.g., the file system).  The standard itself does not
  59. define a particular mapping methodology or notation.
  60.  
  61. <p>To assist the interoperability among various SGML tools and
  62. systems, the SGML Open consortium has passed a technical resolution
  63. that defines a format for an application- independent entity catalog
  64. that maps external identifiers and/or entity names to file names.
  65.  
  66. <p>Each entry in the catalog associates a storage object identifier
  67. (such as a file name) with information about the external entity that
  68. appears in the SGML document.  In addition to entries that associate
  69. public identifiers, a catalog entry can associate an entity name with
  70. a storage object identifier.  For example, the following are possible
  71. catalog entries:
  72.  
  73. <listing>
  74. &catalog;
  75. </listing>
  76.  
  77.