]> granicus.if.org Git - docbook-dsssl/commitdiff
Base DocBook EBNF on DocBook XML V4.2
authorNorman Walsh <ndw@nwalsh.com>
Fri, 13 Sep 2002 11:53:50 +0000 (11:53 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Fri, 13 Sep 2002 11:53:50 +0000 (11:53 +0000)
docbook/ebnf/dbebnf.dtd

index 318666b55eff359450e7d3fa6d2cdd77f01d71c1..e4a5c5980fb42858ac01f65f237021ac464117f1 100644 (file)
@@ -1,8 +1,8 @@
 <!-- ...................................................................... -->
-<!-- DocBook EBNF Module V1.0 ............................................. -->
+<!-- DocBook EBNF Module V1.1CR1 .......................................... -->
 <!-- File dbebnf.dtd ...................................................... -->
 
-<!-- Copyright (C) 2000 Organization for the Advancement
+<!-- Copyright (C) 2001, 2002 Organization for the Advancement
      of Structured Information Standards (OASIS).
 
      $Id$
 
 <!-- ...................................................................... -->
 
-<!-- This is the driver file for V1.0 of the DocBook EBNF Module.
+<!-- This is the driver file for V1.1CR1 of the DocBook EBNF Module.
      Please use the following formal public identifier to identify it:
 
-     "-//OASIS//DTD DocBook EBNF Module V1.0//EN"
+     "-//OASIS//DTD DocBook EBNF Module V1.1CR1//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 EBNF Module V1.0//EN"
-                    "http://www.oasis-open.org/docbook/xml/ebnf/1.0/dbebnf.dtd"
+     <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook EBNF Module V1.1CR1//EN"
+                    "http://www.oasis-open.org/docbook/xml/ebnf/1.1CR1/dbebnf.dtd"
                     [...]>
 
      Or, if you have a higher-level driver file that customizes DocBook,
      use the FPI in the parameter entity declaration:
 
-     <!ENTITY % DocBookEBNFDTD PUBLIC "-//OASIS//DTD DocBook EBNF Module V1.0//EN"
-                "http://www.oasis-open.org/docbook/xml/ebnf/1.0/dbebnf.dtd">
+     <!ENTITY % DocBookEBNFDTD PUBLIC "-//OASIS//DTD DocBook EBNF Module V1.1CR1//EN"
+                "http://www.oasis-open.org/docbook/xml/ebnf/1.1CR1/dbebnf.dtd">
      %DocBookEBNFDTD;
 
      See the documentation for detailed information on the parameter
@@ -54,8 +54,8 @@
 
 <!ENTITY % ebnf.inline.hook "|nonterminal">
 <!ENTITY % ebnf.block.hook "|productionset|constraintdef">
-<!ENTITY % docbook PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
-                   "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
+<!ENTITY % docbook PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+                   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
 %docbook;
 
 <!ELEMENT productionset
         %role.attrib;
 >
 
-<!-- End of dbebnf.dtd V1.0 ............................................... -->
+<!-- End of dbebnf.dtd V1.1CR1 ............................................ -->
 <!-- ...................................................................... -->