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]

Towards 4.1 (Re: Announce: DocBook V4.0 released by DocBook Technical Committee)


Norman Walsh <ndw@nwalsh.com> writes:

> Hello world,
> 
> This afternoon (18 May 2000), the DocBook Technical Committee
> officially released DocBook V4.0 and DocBook XML V4.0.

Thanks for the release.

The XML version lacks a catalog file.

I've the feeling there's a small glitch with the table model
references; at least, soextblx.dtd claims to be:

    PUBLIC "-//OASIS//DTD XML Exchange Table Model 19990315//EN"

And calstblx.dtd starts with this comment (I vote to drop "DocBook"
here; but that's a minor issue -- I leave it for now):

<!-- DocBook XML CALS Table Model V4.0 .................................... -->

Proposed patch:

--- dbpoolx.mod.~1~	Thu May 18 21:40:49 2000
+++ dbpoolx.mod	Sun May 21 09:13:31 2000
@@ -3352,9 +3352,9 @@
 <!-- Allow either objects or inlines; beware of REs between elements. -->
 <!ENTITY % tbl.entry.mdl "%para.char.mix; | %tabentry.mix;">

-<!-- Reference SGML Open Exchange Table Model -->
+<!-- Reference CALS Table Model -->
 <!ENTITY % tablemodel 
-  PUBLIC "-//Norman Walsh//DTD CALS Table Model XML V3.1.7//EN" 
+  PUBLIC "-//OASIS//DTD DocBook XML CALS Table Model V4.0//EN"
   "calstblx.dtd">
 ]]>

@@ -3387,8 +3387,9 @@
 <!-- Allow either objects or inlines; beware of REs between elements. -->
 <!ENTITY % tbl.entry.mdl "(%para.char.mix; | %tabentry.mix;)*">

+<!-- Reference SGML Open Exchange Table Model -->
 <!ENTITY % tablemodel 
-  PUBLIC "-//Norman Walsh//DTD Exchange Table Model 19960430 XML V3.1.7//EN"
+  PUBLIC "-//OASIS//DTD XML Exchange Table Model 19990315//EN"
   "soextblx.dtd">
 ]]>

-- 
work : ke@suse.de                          |
     : http://www.suse.de/~ke/             |          ------    ,__o
home : ke@gnu.franken.de                   |         ------   _-\_<,
     : http://www.franken.de/users/gnu/ke/ |        ------   (*)/'(*)

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