Oxygen unable to render tables when rows are provided by ent

Oxygen general issues.
dcramer
Posts: 161
Joined: Sat Aug 28, 2010 1:23 am

Oxygen unable to render tables when rows are provided by ent

Post 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>
Radu
Posts: 9054
Joined: Fri Jul 09, 2004 5:18 pm

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

Post 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
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply