Table rows not wrapped in PDF Output
Posted: Wed Jul 10, 2019 3:37 pm
Hello,
we are using dita-ot-2.5.3 and Apache to generate PDF output. Currently, we have the problem that a table row in a simple table is not wrapped and thus cannot be read.
This is an extract of the code:
<strow>
<stentry>text</stentry>
<stentry>.ab .bc .cd .de .ef .fg .gh .hi .ij . jk .kl . lm .mn. no
.op. pq .qr .></stentry>
</strow>
This line is not wrapped in the PDF output. However, the line is wrapped if I delete the points. We do not want to use this workaround and we do not want to insert hard line breaks.
Is there a possibility to adjust the XSLT files or to add an attribute so that the line is wrapped?
Thanks in advance.
Kind regards,
Lena
we are using dita-ot-2.5.3 and Apache to generate PDF output. Currently, we have the problem that a table row in a simple table is not wrapped and thus cannot be read.
This is an extract of the code:
<strow>
<stentry>text</stentry>
<stentry>.ab .bc .cd .de .ef .fg .gh .hi .ij . jk .kl . lm .mn. no
.op. pq .qr .></stentry>
</strow>
This line is not wrapped in the PDF output. However, the line is wrapped if I delete the points. We do not want to use this workaround and we do not want to insert hard line breaks.
Is there a possibility to adjust the XSLT files or to add an attribute so that the line is wrapped?
Thanks in advance.
Kind regards,
Lena