<!-- ...................................................................... -->
-<!-- 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
<!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 ............................................ -->
<!-- ...................................................................... -->