In the sample documentation framework the
table element has
separators between rows. As explained in
Configuring tables section which
describes the CSS properties needed for defining a table, you need to indicate
Oxygen XML Editor a method to determine the way rows and columns are separated. If you use
the
rowsep and
colsep cell element attributes, or your table
is conforming to the CALS table model,
Oxygen XML Editor can determine the cell
separators. In the example there are no attributes defining the separators but we still want
the rows to be separated. You will need to implement a Java extension.
When the borders for the td element are removed from the CSS, the row
separators become visible:
Figure: Row separators provided by the Java implementation.