It's all about the answers!

Ask a question

How big is too big for tables in RPE?


David Clark (2341352) | asked Nov 10 '16, 10:47 a.m.
 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



permanent link
Subramanya Prasad Pilar (4.6k16) | answered Nov 14 '16, 2:45 a.m.
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.

permanent link
David Clark (2341352) | answered Nov 14 '16, 10:44 a.m.
edited Nov 14 '16, 10:47 a.m.

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>&#160;

.....REMOVED FOR SENSITIVITY.....

+td style="width: 431px;" rowspan="1" id="_1467059221312" colspan="1">&#160;+/td>+/tr>+/tbody>+/table>+b>&#160;+/div++

permanent link
David Clark (2341352) | answered Nov 14 '16, 10:55 a.m.
What "validate content" button in the editor?

Comments
Subramanya Prasad Pilar commented Nov 15 '16, 1:54 a.m.

If you are using RQM, you see an option to validate content in rich text editor - that will fix the invalid XML.


David Clark commented Nov 15 '16, 8:36 a.m.

 I am only using DNG and RPE. No RQM.


Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.