<?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 book
  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;
  ]
>

<book>
  <bookinfo>
    <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 book&apos;s contents here.</para>
    </abstract>
  </bookinfo>

  <part>
    <title>Part1</title>

    <chapter>
      <title>Part 1, Chapter 1</title>

      <section>
        <title>Part1, Chapter 1, Section1</title>

        <para>Hello there!</para>
      </section>
    </chapter>
  </part>

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