On Fri, 19 Oct 2001, Egon Schmid wrote:
> From: "Hojtsy Gabor" <[EMAIL PROTECTED]>
>
> > So reworded: using namespaces to define tags, and use them
> > along DocBook tags. This is exaclty not extending DocBook,
> > but defining a DTD for our custom elements and use those
> > two DTDs (DocBook and PHPDoc) side-by-side.
>
> This may be a misinformation. With tags I am always reffering to
> elements. Please donīt touch them. Customization is another deal.
Just to note: we are actually not using any official DocBook... manual.xml
says:
<!DOCTYPE book PUBLIC "-//Norman Walsh//DTD DocBk XML V1.7//EN"
"./dbxml/docbookx.dtd" [... etc
, then, phpdoc/dbxml/docbookx.dtd starts with:
<!-- DocBk XML V3.1.7 DTD
Copyright (C) 1998, 1999 Norman Walsh
http://nwalsh.com/docbook/xml/
See COPYRIGHT for more information
Please direct all questions and comments about this DTD to
Norman Walsh, <[EMAIL PROTECTED]>.
-->
And then, when I went and poked around at http://www.docbook.org/, found
this:
XML
DocBook XML 4.1.2 is the current XML version of DocBook. There are no
official XML versions of DocBook prior to V4.0.
Maybe it should be the time to find out what the current DTD actually is,
and what it allows us to do?
-- Jouni