You are currently working on UAT 

Keep the entities same both in source and target files for DITA files

Hello,

I have some .dita files need for translation, but the entities always be changed after translated, examples:

Source: <codeblock>ADD USER &lt;short_username>;</codeblock>

Target: <codeblock>ADD USER &lt;short_username&gt;;</codeblock>

One of ">" was changed to "&gt;" in target.

Generally I want all entities and tags are exactly same both in source and target .dita files.

 

Does anybody know how to solve the problem.

Thank you!