DocBk30 XML V0.3 DTD
Copyright (C) 1998 Norman Walsh
http://www.berkshire.net/~norm/docbook/

This is the driver file for Version 0.3 of the DocBk30 XML DTD.
Please use the following formal public identifier to identify it:

"-//Norman Walsh//DTD DocBk30 XML V0.3//EN"

For example, if your document's top-level element is <book>, and
you are using DocBk30 XML directly, use the FPI in the DOCTYPE
declaration:

<!DOCTYPE book PUBLIC "-//Norman Walsh//DTD DocBk30 XML V0.3//EN"
          "/path/to/dtd/on/your/system/db3xml03.dtd" [
...
]>

Or, if you have a higher-level driver file that customizes DocBk30 XML,
use the FPI in the parameter entity declaration:

<!ENTITY % DocBk30XML PUBLIC "-//Norman Walsh//DTD DocBk30 XML V0.3//EN"
           "/path/to/dtd/on/your/system/db3xml03.dtd">
%DocBk30XML;

Please direct all questions and comments about this DTD to
Norman Walsh, <norm@berkshire.net>.

This DTD is based on the DocBook V3.0 DTD from the Davenport Group:

  [DocBook is] Copyright 1992, 1993, 1994, 1995, 1996 HaL
  Computer Systems, Inc., O'Reilly & Associates, Inc.,
  ArborText, Inc., and Fujitsu Software Corporation.

  Permission to use, copy, modify and distribute the
  DocBook 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.

For more information about the Davenport Group and the DocBook DTD,
see http://www.oreilly.com/davenport/
