]> granicus.if.org Git - docbook-dsssl/commitdiff
Updated to 1.1CR1
authorNorman Walsh <ndw@nwalsh.com>
Tue, 27 Jul 2004 15:05:42 +0000 (15:05 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Tue, 27 Jul 2004 15:05:42 +0000 (15:05 +0000)
docbook/simple/spec/docbook-simple.xml

index 59413e8a487b2a73715995c1b50780689c329431..e5daa663fe246de78971f5a7748683665c51f625 100644 (file)
@@ -8,11 +8,11 @@
 
 <articleinfo>
 <productname>wd-docbook-simple</productname>
-<productnumber>1.1b3</productnumber>
+<productnumber>1.1CR1</productnumber>
 
-<releaseinfo role="product"><ulink url="wd-docbook-simple-1.1b3.xml">XML</ulink></releaseinfo>
-<releaseinfo role="product"><ulink url="wd-docbook-simple-1.1b3.html">HTML</ulink></releaseinfo>
-<releaseinfo role="product"><ulink url="wd-docbook-simple-1.1b3.pdf">PDF</ulink></releaseinfo>
+<releaseinfo role="product"><ulink url="wd-docbook-simple-1.1CR1.xml">XML</ulink></releaseinfo>
+<releaseinfo role="product"><ulink url="wd-docbook-simple-1.1CR1.html">HTML</ulink></releaseinfo>
+<releaseinfo role="product"><ulink url="wd-docbook-simple-1.1CR1.pdf">PDF</ulink></releaseinfo>
 
 <releaseinfo role="location">http://docbook.org/specs</releaseinfo>
 
 </editor>
 </authorgroup>
 
-<pubdate>18 Mar 2004</pubdate>
+<pubdate>27 Jul 2004</pubdate>
 
 <copyright><year>2001</year><year>2002</year><year>2003</year><year>2004</year>
-<holder>OASIS Open, Inc. All Rights Reserved.</holder></copyright>
+<holder>The Organization for the Advancement of Structured Information
+Standards [OASIS]. All Rights Reserved.
+</holder></copyright>
 
 <abstract>
 
@@ -125,7 +127,7 @@ document.</para>
 </section>
 
 <section id="docbook">
-<title>The Simplified DocBook Document Type V1.1b3</title>
+<title>The Simplified DocBook Document Type V1.1CR1</title>
 
 <para>The Simplified DocBook document type is a subset of
 <xref linkend="bib.docbook43"/>.
@@ -140,8 +142,8 @@ It is distributed from the
 <para>To use this document type, specify the public and system identifiers
 in your document type declaration. For example:</para>
 
-<screen><![CDATA[<!DOCTYPE article PUBLIC "-//OASIS//DTD Simplified DocBook XML V1.1b3//EN"
-                  "http://docbook.org/xml/simple/1.1b3/sdocbook.dtd">]]></screen>
+<screen><![CDATA[<!DOCTYPE article PUBLIC "-//OASIS//DTD Simplified DocBook XML V1.1CR1//EN"
+                  "http://docbook.org/xml/simple/1.1CR1/sdocbook.dtd">]]></screen>
 
 <para>Naturally, you can include an internal subset if you wish.</para>
 
@@ -149,13 +151,21 @@ in your document type declaration. For example:</para>
 public and system identifiers of this module's customization layer in your own. For
 example:</para>
 
-<screen><![CDATA[<!DOCTYPE % sdocbook PUBLIC "-//OASIS//DTD Simplified DocBook XML Customization V1.1b3//EN"
-                  "http://docbook.org/xml/simple/1.1b3/sdocbook-custom.dtd">
+<screen><![CDATA[<!DOCTYPE % sdocbook PUBLIC "-//OASIS//DTD Simplified DocBook XML Customization V1.1CR1//EN"
+                  "http://docbook.org/xml/simple/1.1CR1/sdocbook-custom.dtd">
 %sdocbook;]]></screen>
 
 </section>
 </section>
 
+<section id="s.changescr1">
+<title>Changes in Simplified DocBook V1.1CR1</title>
+
+<para>Simplified DocBook V1.1CR1 adds the <sgmltag>subscript</sgmltag>
+and <sgmltag>superscript</sgmltag> elements.</para>
+
+</section>
+
 <section id="s.changesb3">
 <title>Changes in Simplified DocBook V1.1b3</title>
 
@@ -289,6 +299,10 @@ of the DocBook web page
 
 <para><revhistory>
 <revision>
+<revnumber>1.1CR1</revnumber>
+<date>27 Jul 2004</date>
+</revision>
+<revision>
 <revnumber>1.1b3</revnumber>
 <date>31 Mar 2004</date>
 </revision>