<!-- shml10-s.dtd

     Document Type Definition for the
     Structured Hypertext Markup Language Version 1.0
     with relaxed validation (SHML 1.0 Santa Cruz DTD).

     Author:  Murray M. Altheim  <altheim@eng.sun.com>
#    $Id: @(#)shml10-s.dtd	1.2 - 97/09/24 16:52:23 altheim $

     This document type declaration refers to the SHML DTD with
     the `HTML.recommended' entity defined as `IGNORE' rather 
     than INCLUDE; that is, it refers to the less structurally
     rigid definition of HTML.
-->

<!ENTITY % HTML.version 
      "-//Sun Microsystems//DTD HTML 3.2-Based Variant SHML 1.0 Santa Cruz//EN" >
<!--     Typical usage:

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

<!ENTITY % HTML.recommended "IGNORE" ><!-- feature test entity -->

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

