Gateway export MS Word: avoid empty lines between table rows?
Hi,
I want to export items into a table (MS Word), where each item is one table row. The problem is, that there remains an empty line between the rows, which has to be deleted manually. We are using ILM 11.2.
The release notes of ILM 11.0 says, that following issue was solved:
HF-S150000000-016 CS241475 A line break is inserted between table headings and table content when a document is xported from Gateway to MS Word.
According to CS243266 I am using the following property:
<property name="ensureLineBeforeAndAfterTable">false</property>
Since it is necessary to put the gateway commands between the rows, I need to split the table in the export template:
|
ID |
Revision |
Category |
Assigned User |
<%beginContent%>
<%beginLevel%>
|
<%{ID}%> |
<%{Revision}%> |
<%{Category}%> |
<%{Assigned User}%> |
<%endLevel%>
<%endContent%>
The result looks like this:
|
ID |
Revision |
Category |
Assigned User |
|
9345 |
0.1 |
SW Specification |
John Doe |
|
9374 |
0.3 |
SW Specification |
John Doe |
When empty lines are deleted manually Word puts them together as one single table. Is it somehow possible to avoid those empty lines??
Thanks!

