Page 1 of 1

Oxygen unable to render tables when rows are provided by ent

Posted: Wed Jul 20, 2011 7:22 pm
by dcramer
I saw user doing this the following and noticed that Oxygen can't render the table in this case. I'm in the process of removing the need for our users to do these tables manually so the need for this hack should go away, but I thought I'd mention it in case you want to consider it a bug or something. It's not a high priority for me though.

David

Code: Select all


<!ENTITY LONG_URI_REFHEAD '
<thead xmlns="http://docbook.org/ns/docbook">
<tr>
<td colspan="1">Verb</td>
<td colspan="4">URI</td>
<td colspan="3">Description</td>
</tr>
</thead>'>

...
<informaltable rules="all">
&LONG_URI_REFHEAD;
<tbody>
<tr>
<td colspan="1">GET</td>
<td colspan="4">foo</td>
<td colspan="3">bar</td>
</tr>
</tbody>
</informaltable>

Re: Oxygen unable to render tables when rows are provided by ent

Posted: Thu Jul 21, 2011 10:38 am
by Radu
Hi David,

Thanks, I logged the problem. It seems very difficult to fix on our side so we'll also consider it low priority until (or if) we get more feedback from other users.

Regards,
Radu