<!-- XHTML 1.1 Plus Target DTD -->
<!-- file: XHTML11target.dtd -->

<!-- This is the DTD driver for DTD XHTML 1.1 plus Target.
     Revision: $Id$

     This DTD module is identified by the PUBLIC and SYSTEM identifiers:
     Use this code to reference the DTD:

<!DOCTYPE html PUBLIC "-//PetesGuide//DTD XHTML 1.1 plus Target//EN"
                      "http://www.PetesGuide.com/DTDs/XHTML11target.dtd">
-->

<!-- Bring in the XHTML 1.1 DTD -->
<!ENTITY % xhtml11.mod
     PUBLIC "-//W3C//DTD XHTML 1.1//EN"
             "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" 
>
%xhtml11.mod;
<!-- Bring in the Target Module -->
<!ENTITY % xhtml-target-1.mod
     PUBLIC "-//W3C//ELEMENTS XHTML Target Module//EN"
            "http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-target-1.mod" 
>
%xhtml-target-1.mod;
