<!-- shml10-l.dtd

     Document Type Definition for the
     Structured Hypertext Markup Language Version 1.0
     with loose validation (SHML 1.0 Lagunitas DTD).

     Author:  Murray M. Altheim  <altheim@eng.sun.com>
#    $Id: @(#)shml10-l.dtd	1.4 - 97/09/24 17:11:56 altheim $

     This document type declaration refers to the SHML DTD with
     various parameter entities defined as `IGNORE' rather 
     than INCLUDE in order to provide rough compatibility with
     the W3C HTML 3.2 DTD.
-->

<!ENTITY % HTML.version
      "-//Sun Microsystems//DTD HTML 3.2-Based Variant SHML 1.0 Lagunitas//EN" >

<!-- Typical usage:

         <!DOCTYPE HTML PUBLIC
           "-//Sun Microsystems//DTD HTML 3.2-Based Variant SHML 1.0 Lagunitas//EN" >
         <HTML>
         ...
         </HTML>
-->

<!ENTITY % HTML.i18n        "IGNORE" >
<!ENTITY % HTML.XML-link    "IGNORE" >
<!ENTITY % HTML.recommended "IGNORE" >
<!ENTITY % HTML.deprecated  "INCLUDE" >

<!ENTITY % html PUBLIC "-//Sun Microsystems//DTD HTML 3.2-Based Variant SHML 1.0//EN" >
%html;

