<!-- ...................................................................... -->
<!-- XHTML 1.0 Strict + MathML DTD  ....................................... -->
<!-- file: XHTML1-m.dtd
-->

<!--  XHTML 1.0 Strict + MathML DTD

      This is XHTML 1.0, a note for submission to the W3C HTML WG.
      Copyright 1998 Sun Microsystems, Inc., All rights reserved.

      Permission to use, copy, modify and distribute the XHTML 1.0 DTD and
      its accompanying documentation for any purpose and without fee is
      hereby granted in perpetuity, provided that the above copyright notice
      and this paragraph appear in all copies.  The copyright holders make 
      no representation about the suitability of the DTD for any purpose.  

      It is provided "as is" without expressed or implied warranty.

      NOTE: This is work in progress, subject to change at any time,
      and does not imply endorsement by Sun Microsystems, Inc.
      This DTD has no status as a W3C document or IETF standard.

        Revision:   $Id: @(#)XHTML1-m.dtd 1.6 99/02/02 SMI $
        Editor:     Murray M. Altheim <altheim@eng.sun.com>

      The XHTML DTD is an XML variant based on the W3C HTML 4.0 DTD:

        Draft:      $Date: 1998/04/02 00:17:00 $

        Authors:    Dave Raggett <dsr@w3.org>
                    Arnaud Le Hors <lehors@w3.org>
                    Ian Jacobs <ij@w3.org>

      Further information about HTML 4.0 is available at:

          http://www.w3.org/TR/REC-html40

-->
<!--  This is the driver file for version 1.0 of the XHTML Strict 
      DTD with MathML extension. Any location that allows an anchor 
      or image element now allows a <math> element. Within the <math> 
      element, the MathML DTD is unmodified.

      Please use this namespace identifier to identify it:   

          "http://www.sun.com/profiles/xhtml1-strict-math"

      Please use this formal public identifier to identify it:

          "-//Sun Microsystems//DTD HTML 4.0-Based XML Version XHTML 1.0 Strict + Math//EN"

      For example, if your document's top-level element is html, and
      you are using XHTML 1.0 directly, use the FPI in the DOCTYPE
      declaration, with the xmlns attribute on the document element
      to identify the profile:

        <?xml version="1.0" ?>
        <!DOCTYPE html
             PUBLIC "-//Sun Microsystems//DTD XHTML 1.0-Based Extension Strict + Math//EN"
                    "XHTML1-m.dtd" >
        <html xmlns="http://www.sun.com/profiles/xhtml1-strict-math"
              xml:lang="en" lang="en" >
        ...
        </html>
-->

<!-- The version attribute has historically been a container 
     for the DTD's public identifier (an FPI):  -->
<!ENTITY % HTML.version "-//Sun Microsystems//DTD XHTML 1.0-Based Extension Strict + Math//EN" >

<!-- The xmlns attribute identifies the profile of this document type 
     to profile-aware applications:  -->
<!ENTITY % HTML.profile "http://www.sun.com/profiles/xhtml1-strict-math" >

<!-- MathML Module .................................... -->
<!ENTITY % XHTML1-math
     PUBLIC "-//Sun Microsystems//ELEMENTS XHTML 1.0 MathML//EN"
            "XHTML1-math.mod" >
%XHTML1-math;

<!-- declare and instantiate the XHTML Strict DTD -->
<!ENTITY % XHTML1-strict
     PUBLIC "-//Sun Microsystems//DTD HTML 4.0-Based XML Version XHTML 1.0 Strict//EN"
            "XHTML1-s.dtd" >
%XHTML1-strict;

<!-- end of XHTML 1.0 Strict + Math DTD  .................................. -->
<!-- ...................................................................... -->
