From 5bf5f44561358f77730f02d97268b245ae0b10ba Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Thu, 9 Mar 2006 20:08:08 +0000 Subject: [PATCH] Documentation for 4.5CR2 --- docbook/spec/Makefile | 8 +- docbook/spec/docbook.xml | 55 ++++++++----- docbook/spec/fo.xsl | 86 +++++++++++++++++++++ docbook/spec/html.xsl | 163 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 289 insertions(+), 23 deletions(-) create mode 100644 docbook/spec/html.xsl diff --git a/docbook/spec/Makefile b/docbook/spec/Makefile index efbf78e56..2f4bfd796 100644 --- a/docbook/spec/Makefile +++ b/docbook/spec/Makefile @@ -2,19 +2,19 @@ include ../../cvstools/Makefile.incl XJPARSE=/home/ndw/bin/xjparse -HTMLSTYLE=/projects/oasis/spectools/stylesheets/oasis-docbook-html.xsl +HTMLSTYLE=html.xsl FOSTYLE=fo.xsl -XSLPARAM="" +XSLPARAM= all: docbook.html -docbook.html: docbook.xml +docbook.html: docbook.xml html.xsl $(XJPARSE) $< $(XSLT) $< $(HTMLSTYLE) $@ $(XSLPARAM) tidy -q -utf8 -mn -asxml $@ -docbook.fo: docbook.xml +docbook.fo: docbook.xml fo.xsl $(XJPARSE) $< $(XSLT) $< $(FOSTYLE) docbook.fo $(XSLPARAM) diff --git a/docbook/spec/docbook.xml b/docbook/spec/docbook.xml index 4df2921a7..18ed567df 100644 --- a/docbook/spec/docbook.xml +++ b/docbook/spec/docbook.xml @@ -1,23 +1,22 @@ - - + ]> -
+
$Id$ -&name; -&version; - -XML -HTML -PDF + docbook + 4.5 + + cs + 01 + + &root;specs @@ -34,7 +33,7 @@ $Id$ -28 July 2005 +2006-03-09 2001 @@ -42,13 +41,14 @@ $Id$ 2003 2004 2005 +2006 The Organization for the Advancement of Structured Information Standards [OASIS]. All Rights Reserved. Abstract -DocBook is general purpose and +DocBook is a general purpose and document type particularly well suited to books and papers about computer hardware and software (though it is by no means limited to these applications). @@ -57,19 +57,19 @@ and software (though it is by no means limited to these applications). no backwards-incompatible changes. -Status - + Please send comments on this specification to the docbook@lists.oasis-open.org list. To subscribe, please @@ -150,6 +150,19 @@ The DocBook site is mirrored on . +
+Changes in DocBook V4.5CR2 + +There are no backwards-incompatible changes in this release. + + +Version 4.5CR2 contains one small bug-fix applied after the +Committee Specification was approved: the citebiblioid +element is now allowed everywhere that the other citation elements are +allowed. It had been accidentally excluded from some inline contexts +in 4.5CR1. +
+
Changes in the Public Review Draft of DocBook V4.5 @@ -251,7 +264,7 @@ meeting.
-
Release Notes +
Release Notes XML validation technologies have evolved rapidly in the last few years. The Technical Committee is exploring the possibility of using @@ -457,7 +470,7 @@ the formulation of this &standard;: Copyright © The Organization for the Advancement of Structured Information Standards [OASIS] -2001, 2002, 2003, 2004, 2005. +2001, 2002, 2003, 2004, 2005, 2006. All Rights Reserved. OASIS takes no position regarding the validity @@ -533,6 +546,10 @@ of the DocBook web page + + Committee Specification CR2 + 09 March 2006 + Public Review Draft 28 July 2005 @@ -552,7 +569,7 @@ of the DocBook web page References -Normative +Normative diff --git a/docbook/spec/fo.xsl b/docbook/spec/fo.xsl index f760162a6..eff03a6c8 100644 --- a/docbook/spec/fo.xsl +++ b/docbook/spec/fo.xsl @@ -1,5 +1,6 @@ @@ -7,4 +8,89 @@ + + + + + + + + + + + + + - + + - + + - + + - + + + - + + + + + + + + + Document identifier: + + + + + + + + + + Status: + + + + + + + + + + + + + + + ???Unknown Status??? + + + +   + + + V + + + + + + + + + + + diff --git a/docbook/spec/html.xsl b/docbook/spec/html.xsl new file mode 100644 index 000000000..dc4b5bcd8 --- /dev/null +++ b/docbook/spec/html.xsl @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + - + + - + + - + + - + + + - + + + + + + + + + oasis-wd.css + oasis-cd.css + oasis-pr.css + oasis-cs.css + oasis-os.css + + + Unrecognized stage: ' + + '; styling as Working Draft. + + oasis-wd.css + + + + + + + + + + + + + + + + + + + +
+ + + + +

+ + Working Draft + Committee Draft + Public Review Draft + Committee Specification + OASIS Standard + + + Unrecognized stage: ' + + '; labeling as Working Draft. + + Working Draft + + + + +

+ +
+
Document identifier:
+
+

+ + ( + .xml + , + .html + , + .pdf + ) +

+
+ +
Location:
+
+

+ + + +

+
+ +
+ + Editor + + s + + : + +
+
+ +

+ +

+
+
+ +
Abstract:
+
+ +
+ +
Status:
+
+ +
+
+ + +
+
+
+ +
-- 2.40.0