]> granicus.if.org Git - docbook-dsssl/commitdiff
Changed version number
authorNorman Walsh <ndw@nwalsh.com>
Fri, 9 Nov 2001 15:03:25 +0000 (15:03 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Fri, 9 Nov 2001 15:03:25 +0000 (15:03 +0000)
docbook/xml/docbookx.dtd

index a5e666150010d54444cc7df948669deb40c8ce43..9faec441acdfc61a0772e1f28ecee4cdd74f53f4 100644 (file)
@@ -1,5 +1,5 @@
 <!-- ...................................................................... -->
-<!-- DocBook XML DTD V4.1.2 ................................................. -->
+<!-- DocBook XML DTD V4.2b0 ................................................. -->
 <!-- File docbookx.dtd .................................................... -->
 
 <!-- Copyright 1992-2000 HaL Computer Systems, Inc.,
 
 <!-- ...................................................................... -->
 
-<!-- This is the driver file for V4.1.2 of the DocBook DTD.
+<!-- This is the driver file for V4.2b0 of the DocBook DTD.
      Please use the following formal public identifier to identify it:
 
-     "-//OASIS//DTD DocBook XML V4.1.2//EN"
+     "-//OASIS//DTD DocBook XML V4.2b0//EN"
 
      For example, if your document's top-level element is Book, and
      you are using DocBook directly, use the FPI in the DOCTYPE
      declaration:
 
-     <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+     <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2b0//EN"
                     "http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd"
                     [...]>
 
      Or, if you have a higher-level driver file that customizes DocBook,
      use the FPI in the parameter entity declaration:
 
-     <!ENTITY % DocBookDTD PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+     <!ENTITY % DocBookDTD PUBLIC "-//OASIS//DTD DocBook XML V4.2b0//EN"
                 "http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
      %DocBookDTD;
 
@@ -86,7 +86,7 @@ ERROR: Exactly one of xml.features and sgml.features must be turned on!
 <!ENTITY % dbnotn.module "INCLUDE">
 <![%dbnotn.module;[
 <!ENTITY % dbnotn PUBLIC
-"-//OASIS//ENTITIES DocBook XML Notations V4.1.2//EN"
+"-//OASIS//ENTITIES DocBook XML Notations V4.2b0//EN"
 "dbnotnx.mod">
 %dbnotn;
 ]]>
@@ -105,7 +105,7 @@ ERROR: Exactly one of xml.features and sgml.features must be turned on!
 ]]>
 
 <!ENTITY % dbcent PUBLIC
-"-//OASIS//ENTITIES DocBook XML Character Entities V4.1.2//EN"
+"-//OASIS//ENTITIES DocBook XML Character Entities V4.2b0//EN"
 "dbcentx.mod">
 %dbcent;
 ]]>
@@ -118,7 +118,7 @@ ERROR: Exactly one of xml.features and sgml.features must be turned on!
 <!ENTITY % dbpool.module "INCLUDE">
 <![ %dbpool.module; [
 <!ENTITY % dbpool PUBLIC
-"-//OASIS//ELEMENTS DocBook XML Information Pool V4.1.2//EN"
+"-//OASIS//ELEMENTS DocBook XML Information Pool V4.2b0//EN"
 "dbpoolx.mod">
 %dbpool;
 ]]>
@@ -137,7 +137,7 @@ ERROR: Exactly one of xml.features and sgml.features must be turned on!
 <!ENTITY % dbhier.module "INCLUDE">
 <![ %dbhier.module; [
 <!ENTITY % dbhier PUBLIC
-"-//OASIS//ELEMENTS DocBook XML Document Hierarchy V4.1.2//EN"
+"-//OASIS//ELEMENTS DocBook XML Document Hierarchy V4.2b0//EN"
 "dbhierx.mod">
 %dbhier;
 ]]>
@@ -148,10 +148,10 @@ ERROR: Exactly one of xml.features and sgml.features must be turned on!
 <!ENTITY % dbgenent.module "INCLUDE">
 <![ %dbgenent.module; [
 <!ENTITY % dbgenent PUBLIC
-"-//OASIS//ENTITIES DocBook XML Additional General Entities V4.1.2//EN"
+"-//OASIS//ENTITIES DocBook XML Additional General Entities V4.2b0//EN"
 "dbgenent.mod">
 %dbgenent;
 ]]>
 
-<!-- End of DocBook XML DTD V4.1.2 .......................................... -->
+<!-- End of DocBook XML DTD V4.2b0 .......................................... -->
 <!-- ...................................................................... -->