This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Translating a modified DocBook XML DTD V4.0beta1 with WP9 dtd compiler


I changed dbnotnx.mod for use with WP9:

<!--
......................................................................
-->
<!-- DocBook XML notations module V4.0beta1
.................................... -->
<!-- File dbnotnx.mod
..................................................... -->

<!-- Copyright 1992-2000 HaL Computer Systems, Inc.,
     O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
     Corporation, Norman Walsh, and the Organization for the Advancement
     of Structured Information Standards (OASIS).

     $Id: dbnotnx.mod,v 1.10 2000/01/11 00:56:25 nwalsh Exp $

     Permission to use, copy, modify and distribute the DocBook XML DTD
     and its accompanying documentation for any purpose and without fee
     is hereby granted in perpetuity, provided that the above copyright
     notice and this paragraph appear in all copies.  The copyright
     holders make no representation about the suitability of the DTD for
     any purpose.  It is provided "as is" without expressed or implied
     warranty.

     If you modify the DocBook DTD in any way, except for declaring and
     referencing additional sets of general entities and declaring
     additional notations, label your DTD as a variant of DocBook.  See
     the maintenance documentation for more information.

     Please direct all questions, bug reports, or suggestions for
     changes to the docbook@lists.oasis-open.org mailing list. For more
     information, see http://www.oasis-open.org/docbook/.
-->

<!--
......................................................................
-->

<!-- This module contains the entity declarations for the standard ISO
     entity sets used by DocBook.

     In DTD driver files referring to this module, please use an entity
     declaration that uses the public identifier shown below:

     <!ENTITY % dbnotn PUBLIC
     "-//OASIS//ENTITIES DocBook XML Notations V4.0beta1//EN"
     "dbnotnx.mod">
     %dbnotn;

     See the documentation for detailed information on the parameter
     entity and module scheme used in DocBook, customizing DocBook and
     planning for interchange, and changes made since the last release
     of DocBook.
-->

<!ENTITY % local.notation.class "">
<!ENTITY % notation.class
		"BMP| CGM-CHAR | CGM-BINARY | CGM-CLEAR | DITROFF | DVI
		| EPS | EQN | FAX | GIF | GIF87a | GIF89a 
		| JPG | JPEG | IGES | PCX
		| PIC | PNG | PS | SGML | TBL | TEX | TIFF | WMF | WPG
		| linespecific
		%local.notation.class;">

<!NOTATION BMP		SYSTEM "BMP">
<!NOTATION CGM-CHAR	SYSTEM "CGM-CHAR">
<!NOTATION CGM-BINARY	SYSTEM "CGM-BINARY">
<!NOTATION CGM-CLEAR	SYSTEM "CGM-CLEAR">
<!NOTATION DITROFF	SYSTEM "DITROFF">
<!NOTATION DVI		SYSTEM "DVI">
<!NOTATION EPS		SYSTEM "EPS">
<!NOTATION EQN		SYSTEM "EQN">
<!NOTATION FAX		SYSTEM "FAX">
<!NOTATION GIF		SYSTEM "GIF">
<!NOTATION GIF87a       SYSTEM "GIF87a">
<!NOTATION GIF89a       SYSTEM "GIF89a">
<!NOTATION JPG		SYSTEM "JPG">
<!NOTATION JPEG		SYSTEM "JPG">
<!NOTATION IGES		SYSTEM "IGES">
<!NOTATION PCX		SYSTEM "PCX">
<!NOTATION PIC		SYSTEM "PIC">
<!NOTATION PNG          SYSTEM "PNG">
<!NOTATION PS		SYSTEM "PS">
<!NOTATION SGML		SYSTEM "SGML">
<!NOTATION TBL		SYSTEM "TBL">
<!NOTATION TEX		SYSTEM "TEX">
<!NOTATION TIFF		SYSTEM "TIFF">
<!NOTATION WMF		SYSTEM "WMF">
<!NOTATION WPG		SYSTEM "WPG"> <!--WordPerfect Graphic format-->
<!NOTATION linespecific	SYSTEM "linespecific">

<!-- End of DocBook XML notations module V4.0beta1
............................. -->
<!--
......................................................................
-->

With these changes docbookx.dtd compiles with some warnings. I don't
know
why WP9 prefers this modification.

I habe not yet tried to produce any document with the generated
stylesheet.

Any comments?

Joachim


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]