<?xml version="1.0" encoding="utf-8"?>

<?xml-stylesheet type="text/css"
    href="../docbook.css"?>

<?xml-stylesheet type="text/xsl" alternate="yes"
    title="XSLT to XHTML"
    href="http://WWW.sabi.co.UK/style/docbook.xsl"?>

<!DOCTYPE article
  PUBLIC "-//IDN sabi.co.UK/DTD DocBook XML V4.2-Based Extension MathML 2.0 V3//EN"
  "http://sabi.co.UK/docbook/dbmathml-sabi3.dtd"
  [
    <!-- Mozilla handles these canonical namespaces specially -->
    <!ENTITY svgns    "http://www.w3.org/2000/svg">
    <!ENTITY xlinkns  "http://www.w3.org/1999/xlink">
    <!ENTITY xhtmlns  "http://www.w3.org/1999/xhtml">
    <!ENTITY mathmlns "http://www.w3.org/1998/Math/MathML">

    <!-- Mozilla comes with two lists of entities from XHTML 1.1 and
     MathML 2.0, and they must be explicitly included with relative
     system identifiers. -->
    <!ENTITY % MozillaXHTML11 SYSTEM "xhtml11.dtd"> %MozillaXHTML11;
    <!ENTITY % MozillaMathML  SYSTEM "mathml.dtd">  %MozillaMathML;
  ]
>

<article>
  <articleinfo>
    <title>Your title here</title>
    <subtitle>The subtitle</subtitle>

    <pubdate role='rcs'>$Date$</pubdate>
    <releaseinfo>$Id$</releaseinfo>

    <author>
      <firstname>Your first name</firstname>
      <surname>Your surname</surname>
      <affiliation>
        <address><email>Your e-mail address</email></address>
      </affiliation>
    </author>

    <copyright>
      <year>2002</year>
      <holder>Copyright owner</holder>
    </copyright>

    <abstract>
      <para>Include an abstract of the article&apos;s contents here.</para>
    </abstract>
  </articleinfo>

  <section>
    <title>Section 1</title>

    <para>My first article, with an equation:</para>

    <informalequation>
      <math xmlns="&mathmlns;">
        <mi>E</mi><mo>=</mo>
          <mi>m</mi><msup><mi>c</mi><mn>2</mn></msup>
      </math>
    </informalequation>
  </section>

  <script xmlns="&xhtmlns;" type="text/javascript"
    src="http://WWW.sabi.co.UK/style/docbook.js"></script>
</article>
