<!DOCTYPE article [
<!ENTITY name "wd-docbook-docbook">
<!ENTITY version "4.4CR1">
<!ENTITY standard "Working Draft">
<!ENTITY tracker "http://sourceforge.net/tracker">
<!ENTITY RFE "&tracker;/index.php?func=detail&amp;group_id=21935&amp;atid=384107&amp;">
<!ENTITY root "http://docbook.org/">
]>
<article status="&standard;">
<articleinfo>
<releaseinfo role="cvs">
$Id: docbook.xml,v 1.22 2004/09/16 15:44:47 nwalsh Exp $
</releaseinfo>

<productname>&name;</productname>
<productnumber>&version;</productnumber>

<releaseinfo role="product"><ulink url="&name;-&version;.xml">XML</ulink></releaseinfo>
<releaseinfo role="product"><ulink url="&name;-&version;.html">HTML</ulink></releaseinfo>
<releaseinfo role="product"><ulink url="&name;-&version;.pdf">PDF</ulink></releaseinfo>

<releaseinfo role="location">&root;specs</releaseinfo>

<title>The DocBook Document Type</title>

<authorgroup>
<editor>
  <firstname>Norman</firstname><surname>Walsh</surname>
  <affiliation>
    <shortaffil>Sun</shortaffil>
    <orgname>Sun Microsystems, Inc.</orgname>
    <address><email>Norman.Walsh@Sun.COM</email></address>
  </affiliation>
</editor>
</authorgroup>

<pubdate>16 Sep 2004</pubdate>

<copyright><year>2001</year><year>2002</year><year>2003</year><year>2004</year>
<holder>
The Organization for the Advancement of Structured Information
Standards [OASIS]. All Rights Reserved.
</holder></copyright>

<abstract><title>Abstract</title>
<para>DocBook is general purpose <xref linkend="xml-rec"/> and
<xref linkend="iso8879"/> document type
particularly well suited to books and papers about computer hardware
and software (though it is by no means limited to these applications).
</para>
<para>The Version 4.4CR1 release is a maintenance release. It introduces
no backwards-incompatible changes.</para>
</abstract>

<legalnotice role="status"><title>Status</title>
<!--
<para>This &standard; was
<ulink url="http://lists.oasis-open.org/archives/docbook-tc/200403/msg00010.html">approved</ulink>
for publication by the
OASIS DocBook Technical Committee. It represents the
consensus of the committee.
</para>
-->

<para>This &standard; is an editor's draft. It does not necessarily
represent the consensus of the committee.
</para>

<para>Please send comments on this specification to the
<email>docbook@lists.oasis-open.org</email> list. To subscribe, please
use the
<ulink url="http://lists.oasis-open.org/ob/adm.pl">OASIS Subscription
Manager</ulink>.</para>

<para>The errata page for this specification is at
<ulink url="&root;specs/docbook-errata.html"/>.
</para>
</legalnotice>
</articleinfo>

<section id="s.intro">
<title>Introduction</title>

<para>DocBook is general purpose XML and SGML document type
particularly well suited to books and papers about computer hardware
and software (though it is by no means limited to these applications).
</para>

<para>The <ulink url="mailto:docbook-tc@oasis-open.org">DocBook
Technical Committee</ulink> maintains the DocBook schema. DocBook is
officially available as a Document Type Definition (DTD) for
both
<ulink url="http://xml.coverpages.org/xmlIntro.html">XML</ulink> and
<ulink url="http://xml.coverpages.org/general.html#overview">SGML</ulink>.
It is unofficially available in other forms as well.</para>

<para>The Version 4.4CR1 release is a maintainance release. It introduces
no backwards-incompatible changes. All valid DocBook 4.3 documents are
also valid DocBook 4.4CR1 documents.</para>

<para>The genesis of this release is a bug in the catalog files for
DocBook V4.3. The Committee decided to produce a 4.4 release, incorporating
a few recent backwards-compatible changes, rather than simply produce
a 4.3.1 release to fix the bugs.</para>

<para>The DocBook Technical Committee welcomes bug reports and
requests for enhancement (RFEs) from the user community. The current list
of outstanding requests is available through the
<ulink url="http://sourceforge.net/">SourceForge</ulink>
<ulink url="&tracker;/?atid=384107&amp;group_id=21935&amp;func=browse">tracker</ulink>
interface. This is also the preferred mechanism for submitting new requests.
Old RFEs, from a previous legacy tracking system, are
<ulink url="http://www.oasis-open.org/docbook/old-rfes.html">archived</ulink>
for reference.</para>

</section>

<section id="s.terminology"><title>Terminology</title>

<para>The key words <glossterm>must</glossterm>, <glossterm>must
not</glossterm>, <glossterm>required</glossterm>,
<glossterm>shall</glossterm>, <glossterm>shall not</glossterm>,
<glossterm>should</glossterm>, <glossterm>should not</glossterm>,
<glossterm>recommended</glossterm>, <glossterm>may</glossterm>, and
<glossterm>optional</glossterm> in this &standard; are to be
interpreted as described in <xref linkend="rfc2119"/>. Note that for
reasons of style, these words are not capitalized in this
document.</para>

</section>

<section id="docbook">
<title>The DocBook Document Type V4.4CR1</title>

<para>The DocBook document type is distributed for
<ulink url="&root;xml/">XML</ulink> and
<ulink url="&root;sgml/">SGML</ulink>
from the
<ulink url="http://www.oasis-open.org/docbook/">DocBook site</ulink> at
<ulink url="http://www.oasis-open.org/">OASIS</ulink>. DocBook is also available from
the mirror on
<ulink url="http://docbook.org/"/>.
</para>

<section id="s.cscr1">
<title>Changes in DocBook V4.4CR1</title>

<para>There are no backwards-incompatible changes in this release.
</para>

<para>Each of the changes made between DocBook V4.4b2 and DocBook V4.4CR1
is summarized here. For complete details, consult the individual RFEs and
the <ulink url="&root;meetings">meeting minutes</ulink>.</para>

<section id="scr1.bugs">
<title>Bug Fixes</title>
<para>None.</para>
</section>

<section id="scr1.enhancements">
<title>Enhancements</title>

<itemizedlist spacing="compact">
<listitem><para>Added <sgmltag class="attribute">xml:space</sgmltag> to verbatim
environments in the XML schemas.
</para></listitem>
<listitem><para>Added “<literal>protocol</literal>” to the list of class values
allowed on the <sgmltag>systemitem</sgmltag> element.
</para></listitem>
<listitem><para>Added the HTML forms hook to several “mix” parameter entities so
that HTML forms can occur in more places when the HTML Forms Module is used.
</para></listitem>
</itemizedlist>
</section>
</section>

<section id="s.csb2">
<title>Changes in DocBook V4.4b2</title>

<para>There are no backwards-incompatible changes in this release.
</para>

<para>Each of the changes made between DocBook V4.4b1 and DocBook V4.4b2
is summarized here. For complete details, consult the individual RFEs and
the <ulink url="&root;meetings">meeting minutes</ulink>.</para>

<section id="sb2.bugs">
<title>Bug Fixes</title>

<itemizedlist spacing="compact">
<listitem><para>Version 4.4b2 includes the W3C
<ulink url="http://www.w3.org/2003/entities/">XML Entity Declarations for
Characters</ulink>. These entities are distributed for historical
compatibility and user convenience. The DocBook Technical Committee no
longer attempts to maintain these definitions and will periodically
update them from the W3C site if and as they are updated there.
</para></listitem>
<listitem><para>Removed <sgmltag class="attribute">xml:base</sgmltag> from
the SGML DTD.
</para></listitem>
<listitem><para>Allow HTML tables to nest (allow <sgmltag>table</sgmltag>
and <sgmltag>informaltable</sgmltag> inside <sgmltag>td</sgmltag> and
<sgmltag>th</sgmltag>).
</para></listitem>
<listitem><para>Changed the <sgmltag class="attribute">rules</sgmltag> attribute,
which can appear on HTML tables, from an enumeration to <literal>CDATA</literal>.
This avoids a conflict with the enumerated values on the
<sgmltag class="attribute">frame</sgmltag> attribute on CALS tables.
</para></listitem>
</itemizedlist>
</section>

<section id="sb2.enhancements">
<title>Enhancements</title>

<itemizedlist spacing="compact">
<listitem><para>Added <sgmltag>bibliolist</sgmltag>.
</para></listitem>
<listitem><para>Added a parameter entity to allow customizers to exclude the
&amp;euro; character entity.
</para></listitem>
</itemizedlist>
</section>
</section>

<section id="s.cs">
<title>Changes in DocBook V4.4b1</title>

<para>There are no backwards-incompatible changes in this release.
</para>

<para>Each of the changes made between DocBook V4.3 and DocBook V4.4b1
is summarized here. For complete details, consult the individual RFEs and
the <ulink url="&root;meetings">meeting minutes</ulink>.</para>

<section id="sb1.bugs">
<title>Bug Fixes</title>

<itemizedlist spacing="compact">
<listitem><para>Added the HTML Table Module to the catalog files for
DocBook and DocBook XML.
</para></listitem>
</itemizedlist>
</section>

<section id="sb1.enhancements">
<title>Enhancements</title>

<itemizedlist spacing="compact">
<listitem><para>Added <sgmltag>package</sgmltag> element per the
<ulink url="http://docbook.org/minutes/2004-02-18.txt">Febuary, 2004</ulink> 
meeting.
</para></listitem>

<listitem><para>Allow <sgmltag>imageobjectco</sgmltag> as a child of
<sgmltag>mediaobject</sgmltag> (this effectively makes
<sgmltag>mediaobjectco</sgmltag> unnecessary) per the
<ulink url="http://docbook.org/minutes/2004-02-18.txt">Febuary, 2004</ulink> 
meeting.
</para></listitem>

<listitem><para>Added <sgmltag>biblioref</sgmltag> element per the
<ulink url="http://docbook.org/minutes/2004-05-19.txt">May, 2004</ulink> 
meeting.
</para></listitem>

<listitem><para>Added <sgmltag class="attribute">spacing</sgmltag> attribute
to <sgmltag>variablelist</sgmltag> per the
<ulink url="http://docbook.org/minutes/2004-04-21.txt">April, 2004</ulink> 
meeting.
</para></listitem>

<listitem><para>Added <sgmltag>superscript</sgmltag> and
<sgmltag>subscript</sgmltag> to the content model of the
<sgmltag>gui<replaceable>*</replaceable></sgmltag> elements
per the
<ulink url="http://docbook.org/minutes/2004-05-19.txt">May, 2004</ulink> 
meeting.
</para></listitem>
</itemizedlist>
</section>
</section>
</section>

<section><title>Release Notes</title>

<para>XML validation technologies have evolved rapidly in the last few
years. The Technical Committee is exploring the possibility of using
RELAX NG as the principal validation technology for DocBook V5.0. The
move to RELAX NG will also cause some one time backward-incompatible
changes which are not listed in this specifcation.</para>

</section>

<section id="docbook.v5">
<title>Changes Proposed for DocBook V5.0</title>

<para>The following backwards-incompatible changes were announced in
DocBook V4.0, the DocBook Technical Committee expects to incorporate
them into DocBook V5.0.
</para>

<para>Each of the changes proposed is summarized here. For complete
details, consult the individual RFEs and the <ulink
url="&root;meetings">meeting
minutes</ulink>.</para>

<itemizedlist spacing="compact">
<listitem id="rfe.xml"><para>DocBook V5.0 will be primarily an XML
DTD. This will require a wide range of changes. As a result, DocBook
V5.0 will more closely resemble The XML version of DocBook V4.x than
the SGML version.</para>
</listitem>

<listitem id="rfe.pereorg"><para>Planned parameter entity
reorganization may reduce some content models.  The goal of this
effort is to remove a large number of spurious elements that snuck
into content models during the first parameter entity reorganization
(circa DocBook 2.4). In practice the TC expects changes to have very
little "real world" impact.</para>
</listitem>

<listitem id="rfe.coords"><para>The <sgmltag>coords</sgmltag>
attribute will be removed from <sgmltag>areaset</sgmltag>.</para>
</listitem>

<listitem id="rfe.biblioentry">
<para>The <sgmltag>articleinfo</sgmltag> element will be removed from
<sgmltag>biblioentry</sgmltag>.</para>
</listitem>

<listitem id="rfe.contents">
<para>The <sgmltag class="attribute">contents</sgmltag> attribute will
be removed from <sgmltag>bookinfo</sgmltag> and <sgmltag>setinfo</sgmltag>.
</para>
</listitem>

<listitem id="rfe.indexdivcm">
<para>The <sgmltag class="paramentity">indexdivcomponent.mix</sgmltag>
parameter entity will be restricted.  Numbered figures and other
elements inappropriate for an <sgmltag>index</sgmltag> or
<sgmltag>setindex</sgmltag> will be removed.</para>
</listitem>

<listitem id="rfe.glossterm">
<para>The <sgmltag>revhistory</sgmltag> element will be removed from
<sgmltag>glossterm</sgmltag>.</para>
</listitem>

<listitem id="rfe.416415"><para><ulink url="&RFE;aid=416415">RFE 416415</ulink>:
The <literal>constant</literal> <sgmltag class="attribute">class</sgmltag>
will be removed from <sgmltag>systemitem</sgmltag>.</para>
</listitem>

<listitem id="rfe.graphics">
<para>The <sgmltag>graphic</sgmltag> and <sgmltag>inlinegraphic</sgmltag> elements
will be removed.</para>
</listitem>

<listitem id="rfe.tables">
<para>Tables will be restricted from full CALS Table Model to the
OASIS Exchange model.</para>
</listitem>

</itemizedlist>

</section>

<section id="docbook.v6">
<title>Changes Proposed for DocBook V6.0</title>

<para>The DocBook Technical Committee expects to announce the following
backwards-incompatible changes in DocBook V5.0, for eventual incorporation
into DocBook V6.0.
</para>

<para>Each of the changes proposed is summarized here. For complete
details, consult the individual RFEs and the <ulink
url="&root;meetings">meeting
minutes</ulink>.</para>

<itemizedlist spacing="compact">
<listitem id="rfe.412476"><para><ulink url="&RFE;aid=412476">RFE 412476</ulink>:
The <sgmltag class="attribute">class</sgmltag> attribute on
<sgmltag>productname</sgmltag> will be <literal>#IMPLIED</literal>.
</para>
</listitem>
<listitem id="rfe.482810"><para><ulink url="&RFE;aid=482810">RFE 482810</ulink>:
The content model of <sgmltag>msgtext</sgmltag> is far too broad. It will
be reduced to the same mixture as <sgmltag class="paramentity">example.mix</sgmltag>.
</para>
</listitem>
<listitem id="rfe.482811"><para><ulink url="&RFE;aid=482811">RFE 482811</ulink>:
The <sgmltag>title</sgmltag> element will be removed from
<sgmltag class="paramentity">bibliocomponent.mix</sgmltag> (use
<sgmltag>citetitle</sgmltag> instead).</para>
</listitem>
<listitem id="rfe.482812"><para><ulink url="&RFE;aid=482812">RFE 482812</ulink>:
The content model of <sgmltag>citetitle</sgmltag> will be reduced from
<sgmltag class="paramentity">para.char.mix</sgmltag> to
<sgmltag class="paramentity">title.char.mix</sgmltag>.</para>
</listitem>
<listitem id="rfe.482815"><para><ulink url="&RFE;aid=482815">RFE 482815</ulink>:
The <sgmltag>synopsis</sgmltag> element will be removed from
<sgmltag class="paramentity">para.char.mix</sgmltag>.</para>
</listitem>
<listitem id="rfe.482818"><para><ulink url="&RFE;aid=482818">RFE 482818</ulink>:
Simplify the content model of <sgmltag>toc</sgmltag>.
</para>
</listitem>
<listitem id="rfe.482819"><para><ulink url="&RFE;aid=482819">RFE 482819</ulink>:
The content models of the bibliography elements will be adjusted so that
it is not possible to mix <sgmltag>biblioset</sgmltag> and
<sgmltag>bibliomset</sgmltag> elements.</para>
</listitem>
<listitem id="rfe.482922"><para><ulink url="&RFE;aid=482922">RFE 482922</ulink>:
The <sgmltag>msgtext</sgmltag> element will be constrained to occur only
inside <sgmltag>msgset</sgmltag>. See also
<ulink url="&RFE;aid=482817">RFE 482817</ulink>.
</para>
</listitem>
<listitem id="rfe.531851"><para><ulink url="&RFE;aid=531851">RFE 531851</ulink>:
Remove inline person name elements
<ulink url="http://sourceforge.net/docman/display_doc.php?docid=9354&amp;group_id=21935">as
proposed</ulink>.
</para></listitem>
<listitem id="rfe.531855"><para><ulink url="&RFE;aid=531855">RFE 531855</ulink>:
Remove <sgmltag>corpname</sgmltag>
<ulink url="http://sourceforge.net/docman/display_doc.php?docid=9351&amp;group_id=21935">as
proposed</ulink>.
</para></listitem>
</itemizedlist>
</section>

<appendix id="a.mimetype">
<title>The DocBook Media Type</title>

<para>This appendix registers a new MIME media type,
<quote><code>application/docbook+xml</code></quote>.</para>

<section id="media-type-registration">
<title>Registration of MIME media type application/docbook+xml</title>

<variablelist>
<varlistentry>
<term>MIME media type name:</term>
<listitem>
<para><code>application</code>
</para>
</listitem>
</varlistentry>

<varlistentry>
<term>MIME subtype name:</term>
<listitem>
<para><code>docbook+xml</code>
</para>
</listitem>
</varlistentry>

<varlistentry>
<term>Required parameters:</term>
<listitem>
<para>None.
</para>
</listitem>
</varlistentry>

<varlistentry>
<term>Optional parameters:</term>
<listitem>
  <variablelist>
  <varlistentry>
  <term><code>charset</code></term>
  <listitem>

  <para>This parameter has identical semantics to the <code>charset</code>
parameter of the <code>application/xml</code> media type as
specified in <xref linkend="rfc3023"/> or its successors.
</para>
  </listitem>
  </varlistentry>
  </variablelist>
</listitem>
</varlistentry>

<varlistentry>
<term>Encoding considerations:</term>
<listitem>
<para>By virtue of DocBook XML content being XML, it has the same
considerations when sent as <quote><code>application/docbook+xml</code></quote>
as does XML. See <xref linkend="rfc3023"/>, Section 3.2.
</para>
</listitem>
</varlistentry>

<varlistentry>
<term>Security considerations:</term>
<listitem>
<para>Several DocBook elements may refer to arbitrary URIs.
In this case, the security issues of RFC 2396, section 7,
should be considered.</para>
</listitem>
</varlistentry>

<varlistentry>
<term>Interoperability considerations:</term>
<listitem>
<para>None.</para>
</listitem>
</varlistentry>

<varlistentry>
<term>Published specification:</term>
<listitem>
<para>This media type registration is for DocBook documents as described by
<xref linkend="bib.docbooktdg"/>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term>Applications which use this media type:</term>
<listitem>
<para>There is no experimental, vendor specific, or personal tree
predecessor to <quote><code>application/docbook+xml</code></quote>,
reflecting the fact that no applications currently recognize it. This
new type is being registered in order to allow for the
deployment of DocBook on the World Wide Web, as a first class XML
application.
</para>
</listitem>
</varlistentry>

<varlistentry>
<term>Additional information:</term>
<listitem>
  <variablelist>
  <varlistentry>
  <term>Magic number(s):</term>

  <listitem>
  <para>There is no single initial octet sequence that is always present in
DocBook documents.
  </para>
  </listitem>
  </varlistentry>

  <varlistentry>
  <term>File extension(s):</term>
  <listitem>
  <para>DocBook documents are most often identified with the extension
<quote><filename class="extension">.xml</filename></quote>.
  </para>
  </listitem>
  </varlistentry>

  <varlistentry>
  <term>Macintosh File Type Code(s):</term>
  <listitem>
  <para>TEXT</para>
  </listitem>
  </varlistentry>
  </variablelist>
</listitem>
</varlistentry>

<varlistentry>
<term>Person &amp; email address to contact for further information:</term>
<listitem>
<para>Norman Walsh, <email>ndw@nwalsh.com</email>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term>Intended usage:</term>
<listitem>
<para>COMMON</para>
</listitem>
</varlistentry>

<varlistentry>
<term>Author/Change controller:</term>
<listitem>
<para>The DocBook specification is a work product of the DocBook
Technical Committee at OASIS.</para>
</listitem>
</varlistentry>
</variablelist>
</section>

<section id="fragid">
<title>Fragment Identifiers</title>

<para>For documents labeled as
<quote><code>application/docbook+xml</code></quote>,
the fragment
identifier notation is exactly that for
<quote><code>application/xml</code></quote>,
as specified in <xref linkend="rfc3023"/> or its successors.</para>
</section>
</appendix>

<appendix id="a.committee" role="non-normative">
<title>OASIS DocBook Technical Committee</title>

<para>The following individuals were members of the committee during
the formulation of this &standard;:</para>

<itemizedlist spacing="compact">
<listitem><para>Adam Di Carlo</para></listitem>
<listitem><para>Steve Cogorno</para></listitem>
<listitem><para>Gary Cornelius</para></listitem>
<listitem><para>Dick Hamilton</para></listitem>
<listitem><para>Nancy Harrison</para></listitem>
<listitem><para>Scott Hudson</para></listitem>
<listitem><para>Paul Grosso</para></listitem>
<listitem><para>Mark Johnson</para></listitem>
<listitem><para>Jirka Kosek</para></listitem>
<listitem><para>Larry Rowland</para></listitem>
<listitem><para>Michael Smith</para></listitem>
<listitem><para>Robert Stayton, Secretary</para></listitem>
<listitem><para>Norman Walsh, Chair, Editor</para></listitem>
</itemizedlist>
</appendix>

<appendix id="a.notices">
<title>Notices</title>

<para>Copyright &#169; The Organization for the Advancement of
Structured Information Standards [OASIS] 2001, 2002, 2003, 2004. All Rights
Reserved.</para>

<para>OASIS takes no position regarding the validity
or scope of any intellectual property or other rights
that might be claimed to pertain to the implementation
or use of the technology described in this document
or the extent to which any license under such rights
might or might not be available; neither does it represent
that it has made any effort to identify any such rights.
Information on OASIS's procedures with respect to rights
in OASIS specifications can be found at the OASIS website.
Copies of claims of rights made available for publication
and any assurances of licenses to be made available,
or the result of an attempt made to obtain a general
license or permission for the use of such proprietary
rights by implementors or users of this specification,
can be obtained from the OASIS Executive Director.</para>

<para>OASIS invites any interested party to bring to
its attention any copyrights, patents or patent applications,
or other proprietary rights which may cover technology
that may be required to implement this specification.
Please address the information to the OASIS Executive
Director.</para>

<para>This document and translations of it may be copied
and furnished to others, and derivative works that comment
on or otherwise explain it or assist in its implementation
may be prepared, copied, published and distributed,
in whole or in part, without restriction of any kind,
provided that the above copyright notice and this paragraph
are included on all such copies and derivative works.
However, this document itself may not be modified in
any way, such as by removing the copyright notice or
references to OASIS, except as needed for the purpose
of developing OASIS specifications, in which case the
procedures for copyrights defined in the OASIS Intellectual
Property Rights document must be followed, or as required
to translate it into languages other than English.</para>

<para>The limited permissions granted above are perpetual
and will not be revoked by OASIS or its successors or
assigns.</para>

<para>This document and the information contained herein
is provided on an <quote>AS IS</quote> basis and OASIS DISCLAIMS
ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES
OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.</para>

<para>OASIS has been notified of intellectual property
rights claimed in regard to some or all of the contents
of this specification. For more information consult
the online list of claimed rights.</para>

</appendix>

<appendix id="a.ipr">
<title>Intellectual Property Rights</title>

<para>For information on wether any patents have been disclosed that may be
essential to implementing this specification, and any offers of patent
licensing terms, please refer to the Intellectual Property Rights section
of the DocBook web page
(<ulink url="http://www.oasis-open.org/committees/docbook/"/>)
</para>

</appendix>

<appendix id="a.revhistory">
<title>Revision History</title>

<para>
<revhistory>
<revision role="&root;specs/wd-docbook-docbook-4.4CR1.html">
  <revnumber>Working Draft “Candidate Release 1”</revnumber>
  <date>16 Sep 2004</date>
</revision>
<revision role="&root;specs/wd-docbook-docbook-4.4b2.html">
  <revnumber>Working Draft “Beta 2”</revnumber>
  <date>26 Aug 2004</date>
</revision>
<revision role="&root;specs/wd-docbook-docbook-4.4b1.html">
  <revnumber>Working Draft “Beta 1”</revnumber>
  <date>09 Jun 2004</date>
</revision>
</revhistory>
</para>

</appendix>

<bibliography id="references"><title>References</title>

<bibliodiv><title>Normative</title>

<bibliomixed id="iso8879"/>
<bibliomixed id="xml-rec"/>
<bibliomixed id="rfc2119"/>
<bibliomixed id="rfc3023"/>
<bibliomixed id="bib.docbooktdg"/>

</bibliodiv>

</bibliography>

</article>
