Your message dated Mon, 10 Sep 2012 17:52:40 +0200
with message-id 
<ca+7wusyvbogzm1oxaq56pg1wz102ve+kxhwsppxx1bszwqz...@mail.gmail.com>
and subject line 
has caused the Debian Bug report #198597,
regarding docbook-xsl: width for images is not generated in html
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.)


-- 
198597: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=198597
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: docbook-xsl
Version: 1.60.1-1
Severity: normal


The width attribute of imagedata seems to be ignored.
Here is a simple testcase:

FILE: image.xml
<?xml version="1.0" standalone="no"?>
<!DOCTYPE book PUBLIC '-//OASIS//DTD DocBook XML V4.1.2//EN'                 
'http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd' >

<book>
<chapter><title></title>
<para>

<inlinemediaobject><imageobject>
<imagedata fileref="foo" width="237px" depth="68px" align="center" />
</imageobject></inlinemediaobject>

</para>
</chapter>
</book>

I processed it with 'xmlto html-nochunks image.xml'
The result file contains in particular:

<span class="inlinemediaobject"><img src="foo" align="middle" 
height="68"></span>

The width attribute is missing.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux blanche 2.4.19 #2 Sat Mar 1 18:19:36 CET 2003 i686
Locale: LANG=C, LC_CTYPE=C

-- no debconf information



--- End Message ---
--- Begin Message ---
Looks like this was closed long ago:
http://bugs.debian.org/198597#10

--- End Message ---

Reply via email to