How big is too big for tables in RPE?
We have a large table in one of our documents. This table causes RPE to crash! Looking at the HTML of the reference, the table gets translated into a XML line that is > 68000 characters...
It crashes when the "/b>" cannot be found for the starting token. - that is the message I get. So I assume it is a size issue.
Thanks,
3 answers
Hi David,
What is the error you see in RPE console (or in %temp%\RPE\rpe.log)? Also, where do you get this table from? Is it returned by any of the CLM tools (ex. RQM)? If the document generation is failing due to invalid XML, please try document generation after clicking the Validate Content button in the Rich Text editor.
What is the error you see in RPE console (or in %temp%\RPE\rpe.log)? Also, where do you get this table from? Is it returned by any of the CLM tools (ex. RQM)? If the document generation is failing due to invalid XML, please try document generation after clicking the Validate Content button in the Rich Text editor.
I receive this in the log:
2016-11-04 12:06:38,980 [ RRDG_104:61072-OUTPUT] ERROR com.ibm.rational.rrdg - CRRPE3095E Output processing could not continue due to an error.
javax.xml.stream.XMLStreamException: The element type "div" does not match the expected end-tag "</b>".
XHTML is (REMOVED <> and replaced with ++ to see raw XML)
REMOVED FORMATTING ++div++table style="width: 1129px;" id="_1459883645738" dir="ltr" cellspacing="1" cellpadding="1" border="1"++tbody++tr++td style="width: 207px;" rowspan="1" id="_1459883645739" colspan="1"><b> 
.....REMOVED FOR SENSITIVITY.....
+td style="width: 431px;" rowspan="1" id="_1467059221312" colspan="1"> +/td>+/tr>+/tbody>+/table>+b> +/div++