Your message dated Sat, 03 Dec 2011 00:12:31 +0100
with message-id <[email protected]>
and subject line sed usage fixed
has caused the Debian Bug report #176415,
regarding xmlto: fo output script improperly uses sed
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
176415: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=176415
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xmltex
Version: 1.9-5
Severity: important
Try "xmlto pdf" (which produces XSL-FO and then invokes xmltex).
The first docbook document succeeds to xmltex'ize, the other one fails:
-----------------------------------------------------------------------
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE book SYSTEM "/usr/share/sgml/docbook/dtd/xml/4/docbookx.dtd">
<book>
<chapter>
<title><sgmltag>A</sgmltag></title>
<sect1>
<title>
B
</title>
<para/>
</sect1>
</chapter>
</book>
-----------------------------------------------------------------------
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE book SYSTEM "/usr/share/sgml/docbook/dtd/xml/4/docbookx.dtd">
<book>
<chapter>
<title><sgmltag>A</sgmltag></title>
<sect1>
<title>
<sgmltag>B</sgmltag>
</title>
<para/>
</sect1>
</chapter>
</book>
-----------------------------------------------------------------------
-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux dalia 2.4.20-pre10 #5 Sun Oct 20 14:24:43 CEST 2002 i686
Locale: LANG=pl_PL.ISO-8859-2, LC_CTYPE=pl_PL.ISO-8859-2
Versions of packages xmltex depends on:
ii tetex-base 1.0.2+20011202-3 basic teTeX library files
ii tetex-bin 1.0.7+20011202-8 teTeX binary files
ii tetex-extra 1.0.2+20011202-3 extra teTeX library files
Miłego weekendu :-) ;-) :-))
Michał
--- End Message ---
--- Begin Message ---
Not sure when, but the original issue seems to have been fixed.
The sample still fails because of an issue in docbook-xsl for which a
report has been submitted.
Regards, Daniel
--- End Message ---