Docbook 5 html table colgroup / cols problem

Martin Goik <[email protected]>
Newsgroups gmane.editors.xxe.general
Organization Stuttgart Media University
Message-ID <[email protected]>
Consider the following Doocbook 5.1 html style (Not CALS) informaltable:

<informaltable border="1">
      <colgroup width="40%"/>
      <colgroup width="60%"/>

      <tr>
        <td>left</td>
        <td>right</td>
      </tr>
</informaltable>

The Xmleditor table plugin allows for conveniently resizing table
columns using mouse dragging thereby adjusting @width values
accordingly. However when converting the instance to PDF using the
built-in Fop processor these values are not being honored at all: All
columns appear with equal width regardless of any <colgroup> settings. I
tinkered using fop1.extensions=1 and other parameters to no avail.

However when replacing <colgroup> by <col> elements the PDF result
correctly reflects all parameter values:

<informaltable border="1">
      <col width="40%"/>
      <col width="60%"/>

      <tr>
        <td>left</td>

        <td>right</td>
      </tr>
</informaltable>

Unfortunately using the mouse  for column drag next time reverts back to
using<colgroups>. And any <col> child entries of <colgroup> get purged
as well.

Though having searched thoroughly for conversion parameters I might miss
something.

Martin Goik

-- 
Martin Goik  Tel.  +49-711-8923-2164  http://www.HdM-Stuttgart.de/~goik
GnuPG public key: https://www.hdm-stuttgart.de/~goik/goik.asc

Yes, we scan!
To the NSA: Don't bother saving this email, its innocuous


--
XMLmind XML Editor Support List
[email protected]
https://www.xmlmind.com/mailman/listinfo/xmleditor-support
signature.asc (application/pgp-signature, 488 B)
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEJ/2pHNazPd0nwfMmGz7nGKy5MDQFAl6l5LAACgkQGz7nGKy5
MDTrVAf/UqFujwGtA7uPqrHqGFJ5iMHU4QNMFHu1I827DPf3tFSl8sby99IYwfd1
BtLbBnOJwXocHa2WyTvsySs/59X7OLtv6b2faf8ksx0WSWxeCvuul5ynZStjf9jy
3hXoK00cMju+G6SBWRzxpwoMJnlNB9n9E7555aAM3OpSz70/x9NajXm2pJZYpa9h
5rQ8zmlWIMXLAvL7czts9JNb5xk4P8f8VYJ9kZ7hhuvIYsRUw6PMr/MZ2qPtrrXH
/Suxt9Clu8Nv2t3b6C8+6DLRr4UpZ6sSv7F4aLxZY9DlaNTh0SADlUjDFGzHWlS9
UhrFaQkPXztOiahDfx/pg4qDfB7SGA==
=QbS/
-----END PGP SIGNATURE-----
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.