gonimar
1
I have a problem with resx format and CDATA field
source:
<data name="Recipes" xml:space="preserve">
<value><![CDATA[Recipes for <b>dishes</b>:]]></value>
</data>
result:
<data name="Recipes" xml:space="preserve">
<value><![CDATA[Recipes for <b>dishes</b>:]]></value>
</data>
XML is corrupted …
Dima
2
Hi @gonimar
Can you please share the project ID with me? Or the source file and the translation file that you’re receiving after the project build & download?
This will help me understand what can cause the problem with ML corruption.
gonimar
3
Project id
gonimar-cookbook
Olena
4
@gonimar
Could you please clarify if the issue occurs during the export of translations or when importing the file into Crowdin?
I’ve checked the mentioned project from our side and didn’t spot any issues with CDATA tags.
If possible, please share your source file with us. You can send it to support@crowdin.com.
gonimar
5
Yes, the problem has indeed gone away