Your message dated Wed, 20 Apr 2005 18:47:03 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#268364: fixed in docbook-xml 4.4-1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 27 Aug 2004 10:59:47 +0000
>From [EMAIL PROTECTED] Fri Aug 27 03:59:47 2004
Return-path: <[EMAIL PROTECTED]>
Received: from dig-image.evro.net (batman.fmi.uni-sofia.bg) [80.72.64.50]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1C0eSO-0002d9-00; Fri, 27 Aug 2004 03:59:45 -0700
Received: from fmi.uni-sofia.bg (localhost [127.0.0.1])
by batman.fmi.uni-sofia.bg (Postfix) with ESMTP id 34DC412CF
for <[EMAIL PROTECTED]>; Fri, 27 Aug 2004 14:01:31 +0300 (EEST)
Message-ID: <[EMAIL PROTECTED]>
Date: Fri, 27 Aug 2004 14:01:30 +0300
From: Ognyan Kulev <[EMAIL PROTECTED]>
Organization: Faculty of Mathematics and Informatics, University of Sofia
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413
Debian/1.6-5
X-Accept-Language: en, en-us, bg
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: DocBook 4.3 misses catalog entry for htmltblx.mod?
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
Package: docbook-xml
Version: 4.3-1
Severity: important
Tags: sarge
I use the following command to transform DocBook into HTML:
java \
-cp /usr/share/java:\
/usr/share/java/xml-commons-resolver-1.1.jar:\
/usr/share/java/docbook-xsl-saxon651.jar:\
/usr/share/java/saxon.jar \
com.icl.saxon.StyleSheet \
-x org.apache.xml.resolver.tools.ResolvingXMLReader \
-y org.apache.xml.resolver.tools.ResolvingXMLReader \
-r org.apache.xml.resolver.tools.CatalogResolver \
-o ext3fs-j.html \
ext3fs.xml \
docbook.xsl \
use.extensions=1 draft.mode=no
The following error occurs:
Error on line 3599 column 1 of
file:/gnu/home/ogi/work/ext3fs/doc/ext3fs.xml:
Error reported by XML parser: Cannot read from
file:/gnu/home/ogi/work/ext3fs/doc/htmltblx.mod
(/gnu/home/ogi/work/ext3fs/doc/htmltblx.mod (No such file or directory))
Transformation failed: Run-time errors were reported
The reason is the following reference in
/usr/share/xml/docbook/schema/dtd/4.3/dbpoolx.mod:3596:
<!ENTITY % htmltbl
PUBLIC "-//OASIS//ELEMENTS DocBook XML HTML Tables V4.3//EN"
"htmltblx.mod">
%htmltbl;
This public entry is not in neither catalog nor catalog xml in
/usr/share/xml/docbook/schema/dtd/4.3. This is "documented" bug:
http://sources.redhat.com/ml/docbook/2004-04/msg00007.html
The -u option to saxon doesn't change anything.
I've added entry for htmltblx.mod in catalog and catalog.xml, then
dpkg-reconfigure docbook-xml, but this didn't help. The only thing that
helps is making symbolic link htmltblx.mod in current directory to the
file in the schema.
Curiously, the error doesn't occur with xalan and the following command
(xalan2.jar is endorsed):
java \
-cp /usr/share/java/:\
/usr/share/java/xml-commons-resolver-1.1.jar:\
/usr/share/java/xerces.jar:\
/usr/share/java/xalan2.jar:\
/usr/share/java/docbook-xsl-xalan25.jar \
org.apache.xalan.xslt.Process \
-PARAM use.extensions 1 -PARAM draft.mode no \
-URIRESOLVER org.apache.xml.resolver.tools.CatalogResolver \
-ENTITYRESOLVER org.apache.xml.resolver.tools.CatalogResolver \
-OUT ext3fs-xalan.html \
-IN ext3fs.xml \
-XSL docbook.xsl
Regards,
ogi
---------------------------------------
Received: (at 268364-close) by bugs.debian.org; 20 Apr 2005 22:55:16 +0000
>From [EMAIL PROTECTED] Wed Apr 20 15:55:16 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DOO6G-0002Mc-00; Wed, 20 Apr 2005 15:55:16 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DONyJ-0002Dl-00; Wed, 20 Apr 2005 18:47:03 -0400
From: Adam Di Carlo <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#268364: fixed in docbook-xml 4.4-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 20 Apr 2005 18:47:03 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
X-CrossAssassin-Score: 2
Source: docbook-xml
Source-Version: 4.4-1
We believe that the bug you reported is fixed in the latest version of
docbook-xml, which is due to be installed in the Debian FTP archive:
docbook-xml_4.4-1.diff.gz
to pool/main/d/docbook-xml/docbook-xml_4.4-1.diff.gz
docbook-xml_4.4-1.dsc
to pool/main/d/docbook-xml/docbook-xml_4.4-1.dsc
docbook-xml_4.4-1_all.deb
to pool/main/d/docbook-xml/docbook-xml_4.4-1_all.deb
docbook-xml_4.4.orig.tar.gz
to pool/main/d/docbook-xml/docbook-xml_4.4.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Adam Di Carlo <[EMAIL PROTECTED]> (supplier of updated docbook-xml package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Format: 1.7
Date: Wed, 20 Apr 2005 18:18:45 -0400
Source: docbook-xml
Binary: docbook-xml
Architecture: source all
Version: 4.4-1
Distribution: unstable
Urgency: low
Maintainer: Adam Di Carlo <[EMAIL PROTECTED]>
Changed-By: Adam Di Carlo <[EMAIL PROTECTED]>
Description:
docbook-xml - standard XML documentation system, for software and systems
Closes: 268364 292689 301157 304057
Changes:
docbook-xml (4.4-1) unstable; urgency=low
.
* new upstream version; closes: #292689
* debian/examples: add 4.4 examples
* add FPI for htmltblx.mod to catalogs for DocBook 4.3; 4.4 already had
this; closes: #268364
* add SYSTEM entries for DocBook 4.3:
http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd and
http://docbook.org/xml/4.3/docbookx.dtd; closes: #301157, #304057
Files:
ed102035e05a28b12dd9a989704483cd 712 text optional docbook-xml_4.4-1.dsc
8d6ba38b258126440638aca6aae0445d 396919 text optional
docbook-xml_4.4.orig.tar.gz
b9aa5d6d79c1cfaf3e4a3c6bf0cb8c39 15551 text optional docbook-xml_4.4-1.diff.gz
cb9b23d94092a6c51a4b6f0baa57bc03 337632 text optional docbook-xml_4.4-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iQCVAwUBQmbVh4/8QF79WmfNAQFPOAP+NzCujPP+ZwEWxh759m1yjZqJEITT3Wq0
t0OFwYnQQtZ9Ml5UgRCkzz1XgjQeIXzyFA/yuIFuA91h0KUTquxsN1cgDu+CTZj5
4/gFB/41kl/FyOqAFGxGJG8EKX6YXckhl3Mmmi0tkXOoTYICW3jh0PlrJvl5lhO3
MzjoGNcb59U=
=eZ6F
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]