[xmlroff] Table layout problem

W. Martin Borgert debacle at debian.org
Fri Jan 25 11:00:40 UTC 2008


Hi,

is this a known problem? A horizontal line in the second row of
a DocBook table is rendered "too high":

+-----+-----+
|OK   |OK   |
+-----+-----+
|long |short|
|text +-----+
+-----+     |
|OK   |OK   |
+-----+-----+

fop, in contrast, behaves correctly on this. DocBook input is
attached. I use xmlroff 0.5.3, docbook-xsl 1.73.2 and no custom
XSL. Thanks in advance for any help!

Cheers!

Btw.: The PDF generated by xmlroff has 48k, the one generated by
fop only 8k. Interesting.

-------------- next part --------------
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<article>
  <informaltable pgwide="1">
    <tgroup cols="2">
      <tbody>
        <row>
          <entry>xmlroff</entry>
          <entry>xmlroff</entry>
        </row>
        <row>
          <entry><ulink
          url="http://xmlroff.org/wiki/GettingInvolved">Getting
          Involved</ulink></entry>
          <entry>xmlroff</entry>
        </row>
        <row>
          <entry>xmlroff</entry>
          <entry>xmlroff</entry>
        </row>
      </tbody>
    </tgroup>
  </informaltable>
</article>


More information about the xmlroff-list mailing list