<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?xml-stylesheet type="text/xsl" href="../xhtml/xsl/xhtml2xhtml.xsl"?>
<?xml-stylesheet type="text/css"
href="http://www.w3.org/People/mimasa/test/schemas/xhtml-default.css"?>
<?xml-stylesheet type="text/css"
href="http://www.w3.org/People/mimasa/test/schemas/style.css"?>
<?xml-stylesheet type="text/css"
href="http://www.w3.org/People/mimasa/test/schemas/NOTE.css"?>
<!DOCTYPE html PUBLIC
    "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
    "http://www.w3.org/People/mimasa/test/schemas/DTD/xhtml-math-svg.dtd"[
<!ENTITY % MATHML.module "IGNORE" >
<!ENTITY % SVG.module "IGNORE" >
]>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>An XHTML + MathML + SVG Profile</title>
<link rel="stylesheet" type="text/css"
href="http://www.w3.org/People/mimasa/test/schemas/xhtml-default.css" />
<link rel="alternate stylesheet" type="text/css" title="ruby"
href="http://www.w3.org/People/mimasa/test/schemas/ruby-inlinetable.css" />
<link rel="stylesheet" type="text/css"
href="http://www.w3.org/People/mimasa/test/schemas/style.css" />
<link rel="stylesheet" type="text/css"
href="http://www.w3.org/People/mimasa/test/schemas/NOTE.css" />
<!--
<link rel="stylesheet" type="text/css"
href="http://www.w3.org/StyleSheets/TR/W3C-WD" />
-->
</head>
<body>
<div class="head">
<!--
<p><a href="http://www.w3.org/"><img alt="W3C" width="72" height="48"
src="http://www.w3.org/Icons/w3c_home"></a></p>
-->

<h1>An XHTML + MathML + SVG Profile</h1>

<h2><!--<abbr title="World Wide Web Consortium">W3C</abbr>-->
Personal Note 19 April 2002</h2>

<dl>
<dt>This version:</dt>

<dd>$Id: NOTE-XHTMLplusMathMLplusSVG.xhtml,v 1.21 2002/04/19 03:58:22 mimasa Exp $</dd>

<dt>Latest version:</dt>

<dd><a
href="http://www.w3.org/People/mimasa/test/schemas/NOTE-XHTMLplusMathMLplusSVG"
>http://www.w3.org/People/mimasa/test/schemas/NOTE-XHTMLplusMathMLplusSVG</a></dd>

<!--
<dt>Previous version:</dt>

<dd>(none)</dd>
-->

<dt>Author:</dt>

<dd><a href="mailto:mimasa@w3.org"><ruby><rb>石川 雅康</rb>
<rp>(</rp><rt><span class="familyname">Ishikawa</span> Masayasu</rt><rp>)</rp
></ruby></a>,
<abbr title="World Wide Web Consortium">W3C</abbr></dd>
</dl>

<p class="copyright"><a
href="http://www.w3.org/Consortium/Legal/ipr-notice-20000612#Copyright">
Copyright</a> &#169;2002 <a href="http://www.w3.org/"><abbr
title="World Wide Web Consortium">W3C</abbr></a><sup>&#174;</sup>
(<a href="http://www.lcs.mit.edu/"><abbr
title="Massachusetts Institute of Technology">MIT</abbr></a>,
<a href="http://www.inria.fr/"><acronym xml:lang="fr"
title="Institut National de Recherche en Informatique et Automatique"
>INRIA</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights
Reserved. <abbr title="World Wide Web Consortium">W3C</abbr> <a 
href="http://www.w3.org/Consortium/Legal/ipr-notice-20000612#Legal_Disclaimer"
>liability</a>, <a
href="http://www.w3.org/Consortium/Legal/ipr-notice-20000612#W3C_Trademarks"
>trademark</a>, <a
href="http://www.w3.org/Consortium/Legal/copyright-documents-19990405">document
use</a> and <a
href="http://www.w3.org/Consortium/Legal/copyright-software-19980720">software
licensing</a> rules apply.</p>
</div>

<hr />


<h2 id="abstract">Abstract</h2>

<p>An XHTML+MathML+SVG profile is an experimental profile that combines
XHTML 1.1 [<a href="#ref-xhtml11">XHTML11</a>], MathML 2.0
[<a href="#ref-mathml2">MathML2</a>] and SVG 1.1
[<a href="#ref-svg11">SVG11</a>] together.  This profile enables mixing
XHTML, MathML and SVG in the same document using XML Namespaces
[<a href="#ref-xmlns">XMLNS</a>] mechanism, while allowing validation
of such a mixed-namespace document.
An experimental XHTML 1.1 + MathML 2.0 + SVG 1.1 DTD driver is provided.
This document itself is conforming to this experimental DTD.</p>


<h2 id="status">Status of This Document</h2>

<p>This document is a Personal Note for your information only.
This Note just describes the author's personal experiments, and
doesn't represent the consensus of any of W3C Working Groups nor
the W3C Membership.
This document <em>does not</em> define the normative profile
of XHTML + MathML + SVG.  This is just "a" possible profile.</p>

<p>The primary purpose of this profile is to investigate the modularity
of being-developed SVG 1.1 DTD modules, and figure out remaining problems.
The DTD driver found in this document is informative only, and <em>will</em>
contain errors (there are still known problems in SVG DTD modules).
This is an early draft document and may or may not be updated, replaced, or
obsoleted by other documents at any time.
It is inappropriate to use this Note as reference material or to cite this
as other than "personal experiments".</p>

<p>While the author welcomes comments on this document, author does not
guarantee a reply or any further action.  Comments on this document
should be sent to the author.</p>


<h2 id="contents">Table of Contents</h2>

<div class="toc">
<ul>
  <li>1.&#160;&#160;<a href="#intro">Introduction</a></li>
  <li>2.&#160;&#160;<a href="#dtd">XHTML 1.1 + MathML 2.0 + SVG 1.1 DTD</a>
  <ul>
    <li>2.1.&#160;&#160;<a href="#driver">XHTML 1.1 + MathML 2.0 + SVG 1.1
    DTD Driver</a></li>
  </ul></li>
  <li>3.&#160;&#160;<a href="#howto">How to use XHTML 1.1 + MathML 2.0 + SVG 1.1 DTD</a>
  <ul>
    <li>3.1.&#160;&#160;<a href="#howto-xhtml">XHTML as the Host Language</a></li>
    <li>3.2.&#160;&#160;<a href="#howto-svg">SVG as the Host Language</a></li>
    <li>3.3.&#160;&#160;<a href="#howto-math">Using MathML with
    Universal MathML stylesheet</a></li>
  </ul></li>
  <li>4.&#160;&#160;<a href="#profiles">How to define new profiles
    from XHTML 1.1 + MathML 2.0 + SVG 1.1 DTD</a></li>
  <li>5.&#160;&#160;<a href="#bugs">Known Limitations</a></li>
  <li><a href="#ref">References</a></li>
  <li><a href="#acknowledgments">Acknowledgments</a></li>
</ul>
</div>

<hr />


<h2><a id="intro">1.&#160;&#160;Introduction</a></h2>

<p>An XHTML+MathML+SVG profile integrates XHTML 1.1
[<a href="#ref-xhtml11">XHTML11</a>], MathML 2.0
[<a href="#ref-mathml2">MathML2</a>] and SVG 1.1
[<a href="#ref-svg11">SVG11</a>] together, using 
the XHTML Modularization Framework [<a href="#ref-xhtmlmod">XHTMLMOD</a>].
This profile enables mixing XHTML, MathML and SVG in a same document
using XML Namespaces [<a href="#ref-xmlns">XMLNS</a>] mechanism, while
allowing validation of such a mixed-namespace document.
An experimental XHTML 1.1 + MathML 2.0 + SVG 1.1 DTD driver is provided
in <a href="#driver">section 2.1</a>.
The possibility of combining those modules written in XML Schema
[<a href="#ref-xmlschema">XMLSchema</a>] might be explored
when XML Schemas for XHTML [<a href="#ref-xhtmlmodschema">XHTMLMODSchema</a>]
and others become available and mature.</p>

<p>This DTD driver can primarily be used for an XHTML document
that contains MathML and SVG fragments, but it can also be used
for an SVG document that contains XHTML and MathML fragments.
An SVG fragment inside an XHTML document can contain another
XHTML or MathML fragments, and that XHTML fragment can again
contain another MathML or SVG fragments.  There's no restriction on
nesting levels.</p>

<p>Inside XHTML, MathML and SVG fragments are allowed basically anywhere
inside the document body. Inside SVG, XHTML and MathML may be embedded
through the '<code>foreignObject</code>' element.
A <a href="xhtml-math-svg-sample.xhtml">sample document</a> shows
features in XHTML 1.1 (ruby) and simple MathML and SVG examples, and
a mixture of them using '<code>foreignObject</code>' in the same document.</p>

<p>This DTD driver can also be used as a basis for defining other
profiles that combine some or all of XHTML, MathML and SVG.
How to define new profiles using this DTD driver is explained in
<a href="#profiles">section 4</a>.</p>

<h2 id="dtd">2.&#160;&#160;XHTML 1.1 + MathML 2.0 + SVG 1.1
Document Type Definition</h2>

<h3 id="driver">2.1.&#160;&#160;XHTML 1.1 + MathML 2.0 + SVG 1.1 DTD Driver</h3>

<p>This section contains the driver for an XHTML 1.1 + MathML 2.0 + SVG 1.1
profile implementation as an XML DTD. It relies upon XHTML module
implementations defined in [<a href="#ref-xhtmlmod">XHTMLMOD</a>] and in
Ruby Annotation [<a href="#ref-ruby">Ruby</a>], the XHTML 1.1 DTD
implementation defined in [<a href="#ref-xhtml11">XHTML11</a>],
MathML DTD module implementations defined in
[<a href="#ref-mathml2">MathML2</a>], and (being-developed) SVG DTD module
implementations to be defined in [<a href="#ref-svg11">SVG11</a>].</p>

<p class="download"><a href="DTD/xhtml-math-svg.dtd" type="application/xml-dtd">Download
this DTD driver</a></p>

<pre class="xml" xml:space="preserve"
>&lt;!-- ....................................................................... --&gt;
&lt;!-- XHTML 1.1 plus MathML 2.0 plus SVG 1.1 DTD  ........................... --&gt;
&lt;!-- file: xhtml-math-svg.dtd
--&gt;

&lt;!-- XHTML 1.1 plus MathML 2.0 plus SVG 1.1 DTD

     This is a prototype extension of XHTML 1.1 incorporating MathML 2.0
     and SVG 1.1.

     Copyright 2002 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 this 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.

        Editors:    Murray M. Altheim &lt;altheim@eng.sun.com&gt; (XHTML modules)
                    David Carlisle &lt;davidc@nag.co.uk&gt; (MathML modules)
                    Jun Fujisawa &lt;fujisawa.jun@canon.co.jp&gt; (SVG modules)
                    Masayasu Ishikawa &lt;mimasa@w3.org&gt; (DTD driver)
        Revision:   &#36;Id: xhtml-math-svg.dtd,v 1.15 2002/04/19 03:56:08 mimasa Exp &#36;

--&gt;
&lt;!-- This is the driver file for an XHTML 1.1 plus MathML 2.0 plus SVG 1.1 DTD.
--&gt;

&lt;!-- Switch to include/ignore each vocabulary.
--&gt;
&lt;!ENTITY % XHTML.module "INCLUDE" &gt;
&lt;!ENTITY % MATHML.module "INCLUDE" &gt;
&lt;!ENTITY % SVG.module "INCLUDE" &gt;

&lt;![%XHTML.module;[
&lt;!ENTITY % XHTML.version
         "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN" &gt;
]]&gt;

&lt;!-- Use the following entities to identify the namespaces:
--&gt;
&lt;!ENTITY % XHTML.xmlns "http://www.w3.org/1999/xhtml" &gt;
&lt;!ENTITY % MATHML.xmlns "http://www.w3.org/1998/Math/MathML" &gt;
&lt;!ENTITY % MATHML.pref.xmlns "http://www.w3.org/2002/Math/preference" &gt;
&lt;!ENTITY % SVG.xmlns "http://www.w3.org/2000/svg" &gt;
&lt;!ENTITY % XLINK.xmlns "http://www.w3.org/1999/xlink" &gt;

&lt;!-- Declare base URIs for the relevant DTD modules.
--&gt;
&lt;!ENTITY % XHTML.sysid.base "http://www.w3.org/TR/xhtml-modularization/DTD/" &gt;
&lt;!ENTITY % MATHML.sysid.base "http://www.w3.org/TR/MathML2/dtd/" &gt;
&lt;!ENTITY % SVG.sysid.base "http://www.w3.org/Graphics/SVG/1.1/DTD/" &gt;

&lt;!-- Declare system identifiers for the relevant DTD modules.
--&gt;
&lt;!ENTITY % MATHML.qname.sysid "%MATHML.sysid.base;mathml2-qname-1.mod" &gt;
&lt;!ENTITY % XHTML.dtd.sysid "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" &gt;
&lt;!ENTITY % MATHML.dtd.sysid "%MATHML.sysid.base;mathml2.dtd" &gt;
&lt;!ENTITY % SVG.dtd.sysid "%SVG.sysid.base;svg11.dtd" &gt;

&lt;!-- See the XHTML / MathML / SVG Qualified Names modules for information
     on the use of namespace prefixes in the DTD.  Default values are
     as follows:

       &lt;!ENTITY % NS.prefixed "IGNORE" &gt;
       &lt;!ENTITY % XHTML.prefixed "%NS.prefixed;" &gt;
       &lt;!ENTITY % XHTML.prefix  "" &gt;
       &lt;!ENTITY % MATHML.prefixed "%NS.prefixed;" &gt;
       &lt;!ENTITY % MATHML.prefix   "m" &gt;
       &lt;!ENTITY % MATHML.pref.prefixed "IGNORE" &gt;
       &lt;!ENTITY % MATHML.pref.prefix "pref" &gt;
       &lt;!ENTITY % SVG.prefixed "%NS.prefixed;" &gt;
       &lt;!ENTITY % SVG.prefix "" &gt;
       &lt;!ENTITY % XLINK.prefix "xlink" &gt;

     In this DTD driver, XHTML and MathML are not prefixed, and SVG is
     prefixed by default.  It can be changed by redeclaring the above
     parameter entities.
--&gt;
&lt;!ENTITY % XHTML.prefixed "IGNORE" &gt;
&lt;!ENTITY % MATHML.prefixed "IGNORE" &gt;
&lt;!ENTITY % MATHML.prefix "m" &gt;
&lt;!ENTITY % MATHML.pref.prefixed "IGNORE" &gt;
&lt;!ENTITY % MATHML.pref.prefix "pref" &gt;
&lt;!ENTITY % SVG.prefixed "INCLUDE" &gt;
&lt;!ENTITY % SVG.prefix "svg" &gt;
&lt;!ENTITY % XLINK.prefix "xlink" &gt;

&lt;!-- a URI reference, see [URI] --&gt;
&lt;!ENTITY % URI.datatype "CDATA" &gt;

&lt;!-- Declare a parameter entity %XLINK.xmlns.attrib; containing
     the XML Namespace declarations for XLink.
--&gt;
&lt;!ENTITY % XLINK.xmlns.attrib
     "xmlns:%XLINK.prefix; %URI.datatype; #FIXED '%XLINK.xmlns;'"
&gt;

&lt;!-- Allow universal MathML stylesheet-related declarations.
     When it is used, it must always be prefixed.
--&gt;
&lt;![%MATHML.module;[
&lt;![%MATHML.pref.prefixed;[
&lt;!ENTITY % MATHML.pref.renderer.extra ""&gt;
&lt;!ENTITY % MATHML.pref.renderer
     "css | mathplayer-dl | mathplayer | techexplorer-plugin | techexplorer"&gt;
&lt;!ENTITY % MATHML.pref.xmlns.attrib
    "xmlns:%MATHML.pref.prefix; %URI.datatype; #FIXED '%MATHML.pref.xmlns;'
     %MATHML.pref.prefix;:renderer
     ( %MATHML.pref.renderer; %MATHML.pref.renderer.extra; ) #IMPLIED"
&gt;
]]&gt;
]]&gt;
&lt;!ENTITY % MATHML.pref.xmlns.attrib "" &gt;

&lt;!-- The parameter entities %SVG.xmlns.extra.attrib; and
     %XHTML.xmlns.extra.attrib; and may be redeclared to contain
     any foreign namespace declaration attributes for namespaces
     embedded in XHTML+MathML+SVG. The default is an empty string.
--&gt;
&lt;!ENTITY % SVG.xmlns.extra.attrib "" &gt;
&lt;!ENTITY % XHTML.xmlns.extra.attrib "" &gt;


&lt;!-- Declare parameter entities to define XML Namespace declarations
     for SVG, XHTML and MathML.
--&gt;
&lt;![%SVG.module;[
&lt;![%SVG.prefixed;[
&lt;!ENTITY % SVG.xmlns.decl.attrib
    "xmlns:%SVG.prefix; %URI.datatype; #FIXED '%SVG.xmlns;'"
&gt;
]]&gt;
&lt;!ENTITY % SVG.xmlns.decl.attrib
    "xmlns %URI.datatype; #FIXED '%SVG.xmlns;'"
&gt;
]]&gt;
&lt;!ENTITY % SVG.xmlns.decl.attrib "" &gt;

&lt;![%XHTML.module;[
&lt;![%XHTML.prefixed;[
&lt;!ENTITY % XHTML.xmlns.decl.attrib
    "xmlns:%XHTML.prefix; %URI.datatype; #FIXED '%XHTML.xmlns;'"
&gt;
]]&gt;
&lt;!ENTITY % XHTML.xmlns.decl.attrib
    "xmlns %URI.datatype; #FIXED '%XHTML.xmlns;'"
&gt;
]]&gt;
&lt;!ENTITY % XHTML.xmlns.decl.attrib "" &gt;

&lt;![%MATHML.module;[
&lt;![%MATHML.prefixed;[
&lt;!ENTITY % MATHML.xmlns.decl.attrib
    "xmlns:%MATHML.prefix; %URI.datatype; #FIXED '%MATHML.xmlns;'"
&gt;
]]&gt;
&lt;!ENTITY % MATHML.xmlns.decl.attrib
    "xmlns %URI.datatype; #FIXED '%MATHML.xmlns;'"
&gt;
]]&gt;
&lt;!ENTITY % MATHML.xmlns.decl.attrib "" &gt;

&lt;!-- Declare "default" case for %NS.decl.attrib;
--&gt;
&lt;!ENTITY % NS.common.decl.attrib
    "%SVG.xmlns.decl.attrib;
     %XHTML.xmlns.decl.attrib;
     %MATHML.xmlns.decl.attrib;
     %XLINK.xmlns.attrib;
     %MATHML.pref.xmlns.attrib;
     %SVG.xmlns.extra.attrib;
     %XHTML.xmlns.extra.attrib;"
&gt;

&lt;!-- Redeclare a parameter entity %NS.decl.attrib; containing
     all XML Namespace declarations used in the DTD, its form
     dependent on whether prefixing is active.
--&gt;
&lt;![%SVG.prefixed;[
&lt;![%XHTML.prefixed;[
&lt;![%MATHML.prefixed;[
&lt;!-- SVG, XHTML and MathML are all prefixed
--&gt;
&lt;!ENTITY % NS.decl.attrib
    "%NS.common.decl.attrib;"
&gt;
]]&gt;
&lt;!-- SVG and XHTML are prefixed, MathML is not prefixed
--&gt;
&lt;!ENTITY % NS.decl.attrib
    "%NS.common.decl.attrib;"
&gt;
]]&gt;
&lt;![%MATHML.prefixed;[
&lt;!-- SVG and MathML are prefixed, XHTML is not prefixed
--&gt;
&lt;!ENTITY % NS.decl.attrib
    "%NS.common.decl.attrib;"
&gt;
]]&gt;
&lt;!-- SVG is prefixed, XHTML and MathML are not prefixed
     MathML namespace must always be specified on the math element
--&gt;
&lt;!ENTITY % NS.decl.attrib
    "%SVG.xmlns.decl.attrib;
     %XHTML.xmlns.decl.attrib;
     %XLINK.xmlns.attrib;
     %MATHML.pref.xmlns.attrib;
     %SVG.xmlns.extra.attrib;
     %XHTML.xmlns.extra.attrib;"
&gt;
]]&gt;
&lt;![%XHTML.prefixed;[
&lt;![%MATHML.prefixed;[
&lt;!-- SVG is not prefixed, XHTML and MathML are prefixed
--&gt;
&lt;!ENTITY % NS.decl.attrib
    "%NS.common.decl.attrib;"
&gt;
]]&gt;
&lt;!-- SVG and MathML are not prefixed, which is not allowed
--&gt;
&lt;!ENTITY % NS.decl.attrib "" &gt;
]]&gt;
&lt;!-- SVG, MathML and XHTML are all not prefixed, which is not allowed
--&gt;
&lt;!ENTITY % NS.decl.attrib "" &gt;

&lt;!-- Redeclare a parameter entities %SVG.xmlns.attrib; and 
     %XHTMLxmlns.attrib; containing all XML namespace declaration
     attributes used by XHTML+MathML+SVG, including a default xmlns
     attribute when prefixing is inactive.
--&gt;
&lt;![%SVG.module;[
&lt;!ENTITY % SVG.xmlns.attrib
     "%NS.decl.attrib;"
&gt;
]]&gt;

&lt;![%XHTML.module;[
&lt;!ENTITY % XHTML.xmlns.attrib
     "%NS.decl.attrib;"
&gt;
]]&gt;

&lt;!-- Redeclare a parameter entity %MATHML.xmlns.attrib; containing
     XLink namespace declaration attribute allowed on MathML elements.
     Unfortunately XLink prefix is hard-coded in the MathML 2.0 DTD,
     so it cannot be changed.
--&gt;
&lt;![%MATHML.module;[
&lt;!ENTITY % MATHML.xmlns.extra.attrib 
     "xmlns:xlink %URI.datatype; #FIXED '%XLINK.xmlns;'
      %MATHML.pref.xmlns.attrib;"
&gt;
]]&gt;

&lt;!-- Framework Redeclaration placeholders  ....................... --&gt;

&lt;![%XHTML.module;[
&lt;!ENTITY % XHTML.redecl.module "INCLUDE" &gt;
&lt;![%XHTML.redecl.module;[
&lt;!-- Pre-Framework Redeclaration placeholder  .................... --&gt;
&lt;!ENTITY % xhtml-prefw-redecl.mod "" &gt;

&lt;!-- Post-Framework Redeclaration placeholder  ................... --&gt;
&lt;!ENTITY % xhtml-postfw-redecl.mod "" &gt;
]]&gt;
]]&gt;

&lt;![%SVG.module;[
&lt;!ENTITY % SVG.redecl.module "INCLUDE" &gt;
&lt;![%SVG.redecl.module;[
&lt;!-- Pre-Framework Redeclaration placeholder ..................... --&gt;
&lt;!ENTITY % svg-prefw-redecl.mod "" &gt;

&lt;!-- Post-Framework Redeclaration placeholder .................... --&gt;
&lt;!ENTITY % svg-postfw-redecl.mod "" &gt;
]]&gt;
]]&gt;

&lt;!-- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: --&gt;

&lt;![%MATHML.module;[
&lt;!ENTITY % xhtml-qname-extra.decl
      'PUBLIC "-//W3C//ENTITIES MathML 2.0 Qualified Names 1.0//EN"
              "%MATHML.qname.sysid;"'
&gt;
&lt;!ENTITY % xhtml-qname-extra.mod 
      %xhtml-qname-extra.decl;
&gt;
]]&gt;

&lt;!-- Redeclare location of math and svg contents in XHTML.
--&gt;

&lt;![%MATHML.module;[
&lt;![%MATHML.prefixed;[
&lt;!ENTITY % MATHML.pfx  "%MATHML.prefix;:" &gt;
]]&gt;
&lt;!ENTITY % MATHML.pfx  "" &gt;
&lt;!ENTITY % math.qname           "%MATHML.pfx;math" &gt;
&lt;!ENTITY % MATHML.math.class
     "| %math.qname;" 
&gt;
]]&gt;
&lt;!ENTITY % MATHML.math.class "" &gt;

&lt;![%SVG.module;[
&lt;![%SVG.prefixed;[
&lt;!ENTITY % SVG.pfx "%SVG.prefix;:" &gt;
]]&gt;
&lt;!ENTITY % SVG.pfx "" &gt;
&lt;!ENTITY % SVG.svg.qname "%SVG.pfx;svg" &gt;
&lt;!ENTITY % SVG.svg.class
     "| %SVG.svg.qname;" 
&gt;
]]&gt;
&lt;!ENTITY % SVG.svg.class "" &gt;

&lt;![%XHTML.module;[
&lt;!ENTITY % Misc.extra 
     "%MATHML.math.class; %SVG.svg.class;" 
&gt;
]]&gt;

&lt;!-- Redeclare SVG's foreignObject content (allow anything).
--&gt;
&lt;![%SVG.module;[
&lt;!ENTITY % SVG.foreignObject.content "ANY" &gt;
]]&gt;

&lt;!-- Instantiate SVG 1.1 DTD  .................................... --&gt;
&lt;![%SVG.module;[
&lt;!ENTITY % SVG.dtd.decl
     'PUBLIC "-//W3C//DTD SVG 1.1//EN"
            "%SVG.dtd.sysid;"'
&gt;
&lt;!ENTITY % SVG.dtd %SVG.dtd.decl; &gt;
%SVG.dtd;
]]&gt;

&lt;!-- Instantiate XHTML 1.1 DTD  .................................. --&gt;
&lt;![%XHTML.module;[
&lt;!ENTITY % XHTML.dtd.decl
     'PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
            "%XHTML.dtd.sysid;"'
&gt;
&lt;!ENTITY % XHTML.dtd %XHTML.dtd.decl; &gt;
%XHTML.dtd;
]]&gt;

&lt;!-- instantiate MathML 2.0 DTD  ................................. --&gt;
&lt;![%MATHML.module;[
&lt;!ENTITY % MATHML.dtd.decl
     'PUBLIC "-//W3C//DTD MathML 2.0//EN"
            "%MATHML.dtd.sysid;"'
&gt;
&lt;!ENTITY % MATHML.dtd %MATHML.dtd.decl; &gt;
%MATHML.dtd;
]]&gt;

&lt;!-- end of xhtml-mathml-svg.dtd --&gt;
</pre>


<h2 id="howto">3.&#160;&#160;How to use XHTML 1.1 + MathML 2.0 + SVG 1.1 DTD</h2>

<p>As shown in the above DTD driver, a couple of parameter entities are
prepared to switch on/off namespace prefixes and to change namespace
prefixes arbitrary.  The default values are as follows:</p>

<pre class="xml" xml:space="preserve"
>&lt;!ENTITY % XHTML.prefixed "IGNORE" &gt;
&lt;!ENTITY % XHTML.prefix  "" &gt;
&lt;!ENTITY % MATHML.prefixed "IGNORE" &gt;
&lt;!ENTITY % MATHML.prefix   "m" &gt;
&lt;!ENTITY % SVG.prefixed "INCLUDE" &gt;
&lt;!ENTITY % SVG.prefix "svg" &gt;
&lt;!ENTITY % XLINK.prefix "xlink" &gt;
</pre>

<dl>
<dt><code>%XHTML.prefixed;</code>, <code>%MATHML.prefixed;</code>,
<code>%SVG.prefixed;</code></dt>
<dd>
    <p>These parameter entities switch on/off namespace prefixing.  Setting
    the value to '<code>INCLUDE</code>' makes namespace prefixing on,
    and '<code>IGNORE</code>' switches off namespace prefixing.
    By default, XHTML and MathML are not prefixed, and SVG is prefixed
    with '<var>svg:</var>'.</p>

    <p>Also check the <a href="#bugs">limitation</a> on name collisions.</p>
</dd>

<dt><code>%XHTML.prefix;</code>, <code>%MATHML.prefix;</code>,
<code>%SVG.prefix;</code>, <code>%XLINK.prefix;</code></dt>
<dd>
    <p>These parameter entities set namespace prefixes for relevant
    vocabularies.  These values take effect only if relevant prefixing
    is enabled.  The same prefix may not be used for different vocabularies.
    Note that XLink attributes must always be prefixed, so the value of
    <code>%XLINK.prefix;</code> must not be an empty string.</p>
</dd>
</dl>

<p>There are also parameter entities that define system identifiers for relevant
DTD modules as follows:</p>

<pre class="xml" xml:space="preserve"
>&lt;!ENTITY % XHTML.sysid.base "http://www.w3.org/TR/xhtml-modularization/DTD/" &gt;
&lt;!ENTITY % MATHML.sysid.base "http://www.w3.org/TR/MathML2/dtd/" &gt;
&lt;!ENTITY % SVG.sysid.base "http://www.w3.org/Graphics/SVG/1.1/DTD/" &gt;

&lt;!ENTITY % MATHML.qname.sysid "%MATHML.sysid.base;mathml2-qname-1.mod" &gt;
&lt;!ENTITY % XHTML.dtd.sysid "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" &gt;
&lt;!ENTITY % MATHML.dtd.sysid "%MATHML.sysid.base;mathml2.dtd" &gt;
&lt;!ENTITY % SVG.dtd.sysid "%SVG.sysid.base;svg11.dtd" &gt;
</pre>

<p>When necessary, these parameter entities may be overridden to point to
local copies of those DTD modules, e.g. for off-line authoring. Authors
should not override these parameter entities when delivering the content.</p>


<h3 id="howto-xhtml">3.1.&#160;&#160;XHTML as the Host Language</h3>

<p>If you want to use XHTML as the host language, this DTD driver may
be typically invoked as follows:</p>

<pre class="xml" xml:space="preserve"
>&lt;!DOCTYPE html PUBLIC
    "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
    "http://www.w3.org/People/mimasa/test/schemas/DTD/xhtml-math-svg.dtd">
</pre>

<p>If necessary, you may change the above parameter entities as appropriate
in the internal DTD subset.  A typical document might look something like
this:</p>

<pre class="xml" xml:space="preserve"
>&lt;!DOCTYPE html PUBLIC
    "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
    "http://www.w3.org/People/mimasa/test/schemas/DTD/xhtml-math-svg.dtd">
&lt;html xmlns="http://www.w3.org/1999/xhtml">
  &lt;head>
    &lt;title>XHTML as the host language&lt;/title>
  &lt;/head>
  &lt;body>
    ... XHTML content ....
    &lt;math xmlns="http://www.w3.org/1998/Math/MathML">
      ... MathML content ...
    &lt;/math>
    ... XHTML content ....
    &lt;svg:svg version="1.1"
      xmlns="http://www.w3.org/2000/svg"
      xmlns:xlink="http://www.w3.org/1999/xlink">
      ... SVG content ...
      &lt;svg:foreignObject ...>
        &lt;p>
          ... XHTML content ....
          &lt;math xmlns="http://www.w3.org/1998/Math/MathML">
            ... MathML content ...
          &lt;/math>
          ... XHTML content ....
        &lt;/p>
      &lt;/svg:foreignObject>
    &lt;/svg:svg>
  &lt;/body>
&lt;/html>
</pre>

<p>If MathML is not prefixed, the MathML namespace must always be
declared on the '<code>math</code>' element to avoid confusion of
namespace defaulting with XHTML.</p>

<h3 id="howto-svg">3.2.&#160;&#160;SVG as the Host Language</h3>

<p>If you want to use SVG as the host language, this DTD driver may
be typically invoked as follows:</p>

<pre class="xml" xml:space="preserve"
>&lt;!DOCTYPE svg:svg PUBLIC
    "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
    "http://www.w3.org/People/mimasa/test/schemas/DTD/xhtml-math-svg.dtd">
</pre>

<p>In this case SVG elements are still prefixed and XHTML and MathML
elements are not prefixed.  In order to make SVG elements non-prefixed,
a typical document might look something like this:</p>

<pre class="xml" xml:space="preserve"
>&lt;!DOCTYPE svg PUBLIC
    "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
    "http://www.w3.org/People/mimasa/test/schemas/DTD/xhtml-math-svg.dtd"[
&lt;!ENTITY % SVG.prefixed "IGNORE" >
&lt;!ENTITY % XHTML.prefixed "INCLUDE" >
&lt;!ENTITY % XHTML.prefix "xhtml" >
&lt;!ENTITY % MATHML.prefixed "INCLUDE" >
&lt;!ENTITY % MATHML.prefix "math" >
]>
&lt;svg version="1.1"
     xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink">
  &lt;desc>SVG as the host language&lt;/desc>
  ... SVG content ....
  &lt;switch>
    &lt;foreignObject width="..." height="..." ...>
      &lt;xhtml:p xmlns:xhtml="http://www.w3.org/1999/xhtml">
        ... XHTML content ....
        &lt;math:math xmlns:math="http://www.w3.org/1998/Math/MathML">
          ... MathML content ...
        &lt;/math:math>
        ... XHTML content ....
      &lt;/xhtml:p>
    &lt;/foreignObject>
  &lt;/switch>
  ... SVG content ....
&lt;/svg>
</pre>

<p>Note that the namespace declarations may be collectively declared on
the root element, like:</p>

<pre class="xml" xml:space="preserve"
>&lt;!DOCTYPE svg PUBLIC
    "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
    "http://www.w3.org/People/mimasa/test/schemas/DTD/xhtml-math-svg.dtd"[
&lt;!ENTITY % SVG.prefixed "IGNORE" >
&lt;!ENTITY % XHTML.prefixed "INCLUDE" >
&lt;!ENTITY % XHTML.prefix "xhtml" >
&lt;!ENTITY % MATHML.prefixed "INCLUDE" >
&lt;!ENTITY % MATHML.prefix "math" >
]>
&lt;svg version="1.1"
     xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink"
     xmlns:xhtml="http://www.w3.org/1999/xhtml"
     xmlns:math="http://www.w3.org/1998/Math/MathML">
  &lt;desc>SVG as the host language&lt;/desc>
  ... SVG content ....
  &lt;switch>
    &lt;foreignObject width="..." height="..." ...>
      &lt;xhtml:p>
        ... XHTML content ....
        &lt;math:math>
          ... MathML content ...
        &lt;/math:math>
        ... XHTML content ....
      &lt;/xhtml:p> 
   &lt;/foreignObject>
  &lt;/switch>
  ... SVG content ....
&lt;/svg>
</pre>

<h3 id="howto-math">3.3.&#160;&#160;Using MathML with Universal
MathML stylesheet</h3>


<p>When using MathML, authors may wish to use the "Universal MathML stylesheet"
[<a href="#ref-mathml-xsl">MathML-XSL</a>] to make it possible to be viewed on
a large number of browsers.  This DTD driver allows authors to use this
stylesheet easily.  This DTD driver includes the following parameter
entities:</p>

<pre class="xml" xml:space="preserve"
>&lt;!ENTITY % MATHML.pref.prefixed "IGNORE" &gt;
&lt;!ENTITY % MATHML.pref.prefix "pref" &gt;
</pre>

<p>Authors may include an XML stylesheet processing instruction for 
the universal MathML stylesheet as explained in
[<a href="#ref-mathml-xsl">MathML-XSL</a>], and when they want to
specify preferences for the MathML renderer, they may set the
<code>%MATHML.pref.prefixed;</code> parameter entity to
"<code>INCLUDE</code>".
This allows authors to declare the MathML preferences namespace
and use the '<code>renderer</code>' attribute like this:</p>

<pre class="xml" xml:space="preserve"
>&lt;?xml-stylesheet type="text/xsl" href="http://www.w3.org/Math/XSL/mathml.xsl"?>
&lt;!DOCTYPE html PUBLIC
    "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
    "http://www.w3.org/People/mimasa/test/schemas/DTD/xhtml-math-svg.dtd"[
&lt;!ENTITY % MATHML.pref.prefixed "INCLUDE" &gt;
]>
&lt;html xmlns="http://www.w3.org/1999/xhtml"
         xmlns:pref="http://www.w3.org/2002/Math/preference"
         pref:renderer="css">
  &lt;head> ... &lt;/head>
  &lt;body> ... &lt;/body>
&lt;/html>
</pre>

<p>The namespace prefix for the MathML preferences namespace may be
changed by redeclaring the <code>%MATHML.pref.prefix;</code> parameter
entity in the internal DTD subset.</p>


<h2 id="profiles">4.&#160;&#160;How to define new profiles from XHTML 1.1 +
MathML 2.0 + SVG 1.1 DTD</h2>

<p>This DTD driver can also be used as a basis for defining other
profiles that combine some or all of XHTML, MathML and SVG.
This DTD driver has switches to include/ignore each vocabulary,
all set to "<code>INCLUDE</code>" by default:</p>

<pre class="xml" xml:space="preserve"
>&lt;!ENTITY % XHTML.module "INCLUDE" &gt;
&lt;!ENTITY % MATHML.module "INCLUDE" &gt;
&lt;!ENTITY % SVG.module "INCLUDE" &gt;
</pre>

<p>For example, by redeclaring the <code>%MATHML.module;</code>
parameter entity to "<code>IGNORE</code>", this DTD driver
can be used as an XHTML 1.1 + SVG 1.1 DTD.</p>

<p>People might want to use other XHTML Family document type such as
XHTML Basic [<a href="#ref-xhtml-basic">XHTMLBasic</a>] instead of
XHTML 1.1, or other SVG profiles like SVG Basic/Tiny
[<a href="#ref-svgmobile">SVGMobile</a>] instead of full SVG 1.1.
Each DTD is parameterized as <code>%XHTML.dtd;</code>,
<code>%MATHML.dtd;</code> and <code>%SVG.dtd;</code>, so by
redeclaring the relevant parameter entity to refer to a different
DTD, different profile may be easily defined.
For example, XHTML Basic + SVG Tiny DTD can be simply written
like this:</p>

<p class="download"><a href="DTD/xhtml-basic-svg-tiny.dtd" type="application/xml-dtd">Download
this DTD driver</a></p>

<pre class="xml" xml:space="preserve"
>&lt;!-- ....................................................................... --&gt;
&lt;!-- XHTML Basic plus SVG Tiny DTD  ........................................ --&gt;
&lt;!-- file: xhtml-basic-svg-tiny.dtd
--&gt;

&lt;!ENTITY % XHTML.version
         "-//W3C//DTD XHTML Basic plus SVG Tiny//EN" &gt;

&lt;!ENTITY % MATHML.module "IGNORE" &gt;

&lt;!ENTITY % SVG.dtd
     PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN"
            "svg/svg11-tiny.dtd" &gt;

&lt;!ENTITY % XHTML.dtd
     PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" 
            "xhtml-basic10.dtd" &gt;

&lt;!ENTITY % Misc.class "| &amp;#37;SVG.svg.qname;" &gt;

&lt;!ENTITY % XHTML-MATH-SVG.dtd
     PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN" 
            "xhtml-math-svg.dtd" &gt;
%XHTML-MATH-SVG.dtd;

&lt;!-- end of xhtml-basic-svg-tiny.dtd --&gt;
</pre>

<h2 id="bugs">5.&#160;&#160;Known Limitations</h2>

<p>Although this DTD driver has taken a great stride to provide
as much flexibility as possible, there are some limitations,
mostly due to the limitation of the DTD mechanism itself.</p>

<ul>
<li>Due to name collisions, XHTML and SVG, or MathML and SVG cannot be used
    together without prefixing either of them.</li>
<li>You can choose arbitrary prefixing, but you cannot change them
    in the middle of the same document (e.g. if you choose to prefix
    SVG elements, you have to always prefix them and have to use
    the same prefix throughout the document, and you cannot use
    defaulting in that document).</li>
<li>Only MathML and XLink namespace declarations are allowed on
    MathML elements, and XHTML or SVG namespaces cannot be declared.
    Also, due to the limitation of the way MathML DTD is written,
    XLink namespace declaration on MathML elements must always use
    the prefix "<var>xlink</var>", regardless of the value of the
    <code>%XLINK.prefix;</code> parameter entity.</li>
<li>This DTD driver is not designed to allow arbitrary foreign
    namespaces (simply not possible with DTD).  Adding yet another
    vocabulary beyond XHTML+MathML+SVG would not be trivial, either.</li>
</ul>

<h2 id="ref">References</h2>

<dl>
<dt id="ref-mathml2">[MathML2]</dt>

<dd>"<cite><a href="http://www.w3.org/TR/2001/REC-MathML2-20010221/"
>Mathematical Markup Language (MathML) Version 2.0</a></cite>",
<abbr title="World Wide Web Consortium">W3C</abbr> Recommendation</dd>

<dd>D. Carlisle, P. Ion, R. Miner, N. Poppelier,
<em><abbr title="editors">eds.</abbr></em>, 21 February 2001<br />
Available at: http://www.w3.org/TR/2001/REC-MathML2-20010221<br />
The <a href="http://www.w3.org/TR/MathML2/">latest version</a> is available at:
http://www.w3.org/TR/MathML2</dd>

<dt id="ref-mathml-xsl">[MathML-XSL]</dt>

<dd>"<cite><a href="http://www.w3.org/Math/XSL/">Putting mathematics
on the Web with MathML</a></cite>",
<abbr title="World Wide Web Consortium">W3C</abbr> Math Working Group,
2002.</dd>

<dt id="ref-ruby">[Ruby]</dt>

<dd>"<cite><a href="http://www.w3.org/TR/2001/REC-ruby-20010531/">Ruby
Annotation</a></cite>",
<abbr title="World Wide Web Consortium">W3C</abbr> Recommendation</dd>

<dd>M. Sawicki, M. Suignard, M. Ishikawa, M. D&#xFC;rst, T. Texin,
<em><abbr title="editors">eds.</abbr></em>, 31 May 2001.<br />
Available at: http://www.w3.org/TR/2001/REC-ruby-20010531<br />
The <a href="http://www.w3.org/TR/ruby/">latest version</a> is available at:
http://www.w3.org/TR/ruby</dd>

<!--
<dt id="ref-svg10">[SVG10]</dt>

<dd>"<cite><a href="http://www.w3.org/TR/2001/REC-SVG-20010904/">Scalable
Vector Graphics (<abbr title="Scalable Vector Graphics">SVG</abbr>) 1.0
Specification</a></cite>",
<abbr title="World Wide Web Consortium">W3C</abbr> Recommendation</dd>

<dd>J. Ferraiolo, <em><abbr title="editor">ed.</abbr></em>, 
4 September 2001.<br />
Available at: http://www.w3.org/TR/2001/REC-SVG-20010904/<br />
The <a href="http://www.w3.org/TR/SVG/">latest version</a> is available at:
http://www.w3.org/TR/SVG</dd>
-->

<dt id="ref-svg11">[SVG11]</dt>

<dd>"<cite><a href="http://www.w3.org/TR/2002/WD-SVG11-20020215/">Scalable
Vector Graphics (<abbr title="Scalable Vector Graphics">SVG</abbr>) 1.1
Specification</a></cite>",
<abbr title="World Wide Web Consortium">W3C</abbr> Working Draft</dd>

<dd>D. Jackson, J. Ferraiolo, <em><abbr title="editors">eds.</abbr></em>, 
15 February 2002, <em>work in progress</em>.<br />
Available at: http://www.w3.org/TR/2002/WD-SVG11-20020215/<br />
The <a href="http://www.w3.org/TR/SVG11/">latest version</a> is available at:
http://www.w3.org/TR/SVG11/</dd>

<dt id="ref-svgmobile">[SVGMobile]</dt>

<dd>"<cite><a href="http://www.w3.org/TR/2002/WD-SVGMobile-20020215/">Mobile SVG
Profiles: SVG Tiny and SVG Basic</a></cite>",
<abbr title="World Wide Web Consortium">W3C</abbr> Working Draft</dd>

<dd>T. Capin, <em><abbr title="editor">ed.</abbr></em>, 
15 February 2002, <em>work in progress</em>.<br />
Available at: http://www.w3.org/TR/2002/WD-SVGMobile-20020215/<br />
The <a href="http://www.w3.org/TR/SVGMobile/">latest version</a> is available at:
http://www.w3.org/TR/SVGMobile/</dd>

<dt id="ref-xhtml11">[XHTML11]</dt>

<dd>"<cite><a href="http://www.w3.org/TR/2001/REC-xhtml11-20010531/"><acronym
title="Extensible HyperText Markup Language">XHTML</acronym>&#8482;
1.1 &#8212; Module-based
<acronym title="Extensible HyperText Markup Language">XHTML</acronym></a></cite>",
<abbr title="World Wide Web Consortium">W3C</abbr> Recommendation</dd>

<dd>M. Altheim, S. McCarron, <em><abbr title="editors">eds.</abbr></em>,
31 May 2001.<br />
Available at: http://www.w3.org/TR/2001/REC-xhtml11-20010531<br />
The <a href="http://www.w3.org/TR/xhtml11/">latest version</a> is available at:
http://www.w3.org/TR/xhtml11</dd>

<dt id="ref-xhtml-basic">[XHTMLBasic]</dt>

<dd>"<cite><a
href="http://www.w3.org/TR/2000/REC-xhtml-basic-20001219/">XHTML&#8482;
Basic</a></cite>", W3C Recommendation,
M. Baker, M. Ishikawa, S. Matsui, P. Stark, T. Wugofski, T. Yamakami,
<abbr title="editors">eds.</abbr>, 19 December 2000.
Available at: http://www.w3.org/TR/2000/REC-xhtml-basic-20001219<br />
The <a href="http://www.w3.org/TR/xhtml-basic/">latest version</a> is
available at: http://www.w3.org/TR/xhtml-basic</dd>

<dt id="ref-xhtmlmod">[XHTMLMOD]</dt>

<dd>"<cite><a
href="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/"
>Modularization of <acronym title="Extensible HyperText Markup Language"
>XHTML</acronym>&#8482;</a></cite>",
<abbr title="World Wide Web Consortium">W3C</abbr> Recommendation</dd>

<dd>S. P. McCarron <em xml:lang="lt">et al.</em>, 10 April 2001.<br />
Available at: http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410<br />
The <a href="http://www.w3.org/TR/xhtml-modularization/">latest version</a>
is available at: http://www.w3.org/TR/xhtml-modularization</dd>

<dt id="ref-xhtmlmodschema">[XHTMLMODSchema]</dt>

<dd>"<cite><a
href="http://www.w3.org/TR/2001/WD-xhtml-m12n-schema-20011219/">Modularization
of <acronym title="Extensible HyperText Markup Language"
>XHTML</acronym>&#8482; in <abbr title="Extensible Markup Language"
>XML</abbr> Schema</a></cite>",
<abbr title="World Wide Web Consortium">W3C</abbr> Working Draft</dd>

<dd>D. Austin, S. P. McCarron, <em><abbr title="editors">eds.</abbr></em>,
19 December 2001, <em>work in progress</em>.<br />
Available at: http://www.w3.org/TR/2001/WD-xhtml-m12n-schema-20011219<br />
The <a href="http://www.w3.org/TR/xhtml-m12n-schema/">latest version</a>
is available at: http://www.w3.org/TR/xhtml-m12n-schema</dd>

<dt id="ref-xmlschema">[XMLSchema]</dt>

<dd>"<cite><a href="http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/"><abbr
title="Extensible Markup Language">XML</abbr> Schema Part 1:
Structures</a></cite>",
<abbr title="World Wide Web Consortium">W3C</abbr> Recommendation</dd>

<dd>H. S. Thompson, D. Beech, M. Maloney, N. Mendelsohn, 
<em><abbr title="editors">eds.</abbr></em>, 2 May 2001.<br />
Available at: http://www.w3.org/TR/2001/REC-xmlschema-1-20010502<br />
The <a href="http://www.w3.org/TR/xmlschema-1/">latest version</a>
is available at: http://www.w3.org/TR/xmlschema-1</dd>

<dd>See also "<cite><a
href="http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/"><abbr
title="Extensible Markup Language">XML</abbr> Schema Part 2:
Datatypes</a></cite>", available at:
http://www.w3.org/TR/2001/REC-xmlschema-2-20010502<br />
The <a href="http://www.w3.org/TR/xmlschema-2/">latest version</a>
is available at: http://www.w3.org/TR/xmlschema-2</dd>
</dl>

<h2 id="acknowledgments">Acknowledgments</h2>

<p>Special thanks to Jun <span class="familyname">Fujisawa</span>,
who wrote the SVG 1.1 DTD modules.</p>

</body>
</html>
