How can remove css and override style of table inside text on RPE
Hello All,
Currently I facing one issue when generate modules from DNG on RPE.
When RPE get value of artifact from richTextBody
The issue are below:
- The content of richTextBody contain table and inside that table has border (border-color: rgb(105, 105, 105);)of table and cell inside it are different type, the template generate data with error message cannot
CRRPE3156E The color from 105, is not valid.
For input string: "105,"
CRRPE3156E The color from 105) is not valid.
For input string: "105)"
- The richtexbox contain htlm format and inside that format style of html contain style not created by RPE, then RPE through error message such as below:
CRRPE3156E The color from currentColor is not valid.
For input string: "currentColor"
So I have a question is do we have any way for override all style or reject all style on HTML input?
Thank you all,
Regards
TinhVo
One answer
I assume you have already tried setting "Data formatting" property as Template.
Can you attach the XML data returned for the text artifact containing the table? Please try https://server:port/rm/publish/text?resourceURI=uuid and save the data as XML.