<!-- XHTML Minimal DTD  ................................. -->
<!-- file: xhtml-minimal.dtd -->

<!-- XHTML Minimal DTD

 This is XHTML Minimal, a proper subset of XHTML.

 The Extensible HyperText Markup Language (XHTML)
 Copyright 1998-2000 World Wide Web Consortium
 (Massachusetts Institute of Technology, Institut National de
 Recherche en Informatique et en Automatique, Keio University).
 All Rights Reserved.

 Permission to use, copy, modify and distribute the XHTML Basic
 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.

 This is an even smaller version of the XHTML Basic DTD
 developed by Elliotte Rusty Harold for the XML Bible,
 Gold Edition.

 It is provided "as is" without expressed or implied warranty.

 Editors: Elliotte Rusty Harold <mailto:elharo@metalab.unc.edu>
 Revision:   2001/05/14

-->
<!ENTITY % NS.prefixed "INCLUDE" >
<!ENTITY % XHTML.prefix  "html" >

<!-- Reserved for use with the XLink namespace:
-->
<!ENTITY % XLINK.xmlns "" >
<!ENTITY % XLINK.xmlns.attrib "" >

<!-- reserved for future use with document profiles -->
<!ENTITY % XHTML.profile  "" >

<!-- Bidirectional Text features
     This feature-test entity is used to declare elements
     and attributes used for bidirectional text support.
-->
<!ENTITY % XHTML.bidi  "IGNORE" >

<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::: -->

<!ENTITY % xhtml-events.module   "IGNORE" >
<!ENTITY % xhtml-bdo.module      "%XHTML.bidi;" >

<!ENTITY % xhtml-model.mod
     PUBLIC
      "-//ERH//ENTITIES XHTML Minimal Document Model 1.0//EN"
      "xhtml-minimal-model.mod" >

<!ENTITY % xhtml-framework.mod
     PUBLIC "-//W3C//ENTITIES XHTML Modular Framework 1.0//EN"
            "xhtml-framework-1.mod" >
%xhtml-framework.mod;

<!ENTITY % xhtml-text.mod
     PUBLIC "-//W3C//ELEMENTS XHTML Text 1.0//EN"
            "xhtml-text-1.mod" >
%xhtml-text.mod;

<!ENTITY % xhtml-struct.mod
     PUBLIC "-//W3C//ELEMENTS XHTML Document Structure 1.0//EN"
            "xhtml-struct-1.mod" >
%xhtml-struct.mod;

<!-- end of XHTML Minimal 1.0 DTD  ........................ -->
