]> granicus.if.org Git - docbook-dsssl/commitdiff
DocBook V4.3CR3
authorNorman Walsh <ndw@nwalsh.com>
Wed, 21 Jan 2004 16:19:28 +0000 (16:19 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Wed, 21 Jan 2004 16:19:28 +0000 (16:19 +0000)
docbook/spec/docbook.xml

index 0ed5e05b249d6c7766e48c337b3a3966d46de388..be7812d770410606adb0967d94244d3271a6c944 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE article [
 <!ENTITY name "wd-docbook-docbook">
-<!ENTITY version "4.3CR2">
+<!ENTITY version "4.3CR3">
 <!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;">
@@ -34,9 +34,9 @@ $Id$
 </editor>
 </authorgroup>
 
-<pubdate>21 Dec 2003</pubdate>
+<pubdate>21 Jan 2004</pubdate>
 
-<copyright><year>2001</year><year>2002</year><year>2003</year>
+<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.
@@ -137,6 +137,21 @@ the mirror on
 <ulink url="http://docbook.org/"/>.
 </para>
 
+<section id="s.cr3">
+<title>Changes in DocBook V4.3CR3</title>
+
+<para>There are no backwards-incompatible changes in this release.
+</para>
+
+<itemizedlist spacing="compact">
+<listitem><para>Add <sgmltag class="attribute">floatstyle</sgmltag> to
+<sgmltag>table</sgmltag> and <sgmltag>informaltable</sgmltag> per the
+<ulink url="http://lists.oasis-open.org/archives/docbook-tc/200211/msg00012.html">November, 2002</ulink> 
+meeting.
+</para></listitem>
+</itemizedlist>
+</section>
+
 <section id="s.cr2">
 <title>Changes in DocBook V4.3CR2</title>
 
@@ -555,6 +570,174 @@ proposed</ulink>.
 </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/xslt+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"/>.
+</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 RFC 3023, 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 RFC 3023.</para>
+</section>
+</appendix>
+
 <appendix id="a.committee" role="non-normative">
 <title>OASIS DocBook Technical Committee</title>
 
@@ -576,11 +759,17 @@ the formulation of this &standard;:</para>
 </itemizedlist>
 </appendix>
 
+<bibliography id="references">
+<title>References</title>
+<bibliomixed id="rfc3023"/>
+<bibliomixed id="bib.docbooktdg"/>
+</bibliography>
+
 <appendix id="a.notices">
 <title>Notices</title>
 
 <para>Copyright &#169; The Organization for the Advancement of
-Structured Information Standards [OASIS] 2001, 2002, 2003. All Rights
+Structured Information Standards [OASIS] 2001, 2002, 2003, 2004. All Rights
 Reserved.</para>
 
 <para>OASIS takes no position regarding the validity
@@ -656,6 +845,14 @@ of the DocBook web page
 
 <para>
 <revhistory>
+<revision role="&root;specs/wd-docbook-docbook-4.3cr3.html">
+  <revnumber>Working Draft “Candidate Release 3”</revnumber>
+  <date>21 Jan 2004</date>
+</revision>
+<revision role="&root;specs/wd-docbook-docbook-4.3cr2.html">
+  <revnumber>Working Draft “Candidate Release 2”</revnumber>
+  <date>21 Dec 2003</date>
+</revision>
 <revision role="&root;specs/wd-docbook-docbook-4.3cr1.html">
   <revnumber>Working Draft “Candidate Release 1”</revnumber>
   <date>02 Dec 2003</date>