How to format text for description for a WorkItem using XMLString.createFromXMLText?
We are creating WorkItems using RTC java plain client API (v4.0.5).
We would like add some formatting in the description such like line breaks, bold texts etc. So we tried to use the method e.g. XMLString.createFromXMLText("<b>test</b>"), but is shows the text in the browser not formatted.
What is wrong?