Interface for text fromat
Hello,
I tried to export formated text from the Requirements Engineering software Ansys Medini to Doors NG.
In the requirment artefact in Doors NG the formated text is displayed as Richtext. Can you tell me why the text is not changed into formated (bold, underlined etc.)?
Exported text from Ansys Medini:
Requirement test - This is it
One
Two
Three
Text in Doors NG:
<div>
<p><strong>Requirement </strong>test - <em>This </em>is it</p>
<ul>
<li><strong>One</strong></li>
<li><u>Two</u></li>
<li><s>Three</s></li>
</ul>
</div>
<p><strong>Requirement </strong>test - <em>This </em>is it</p>
<ul>
<li><strong>One</strong></li>
<li><u>Two</u></li>
<li><s>Three</s></li>
</ul>
</div>
Many thanks for your help.
Daniel