How to avoid possible issue with CDATA element in XLIFF file.

Kentico Support Engineer asked on January 5, 2013 13:08

How to avoid possible issue with CDATA element in XLIFF file.

Correct Answer

Kentico Support Engineer answered on January 5, 2013 13:08

Under some special circumstances, you may face an issue with your translation tool or service, where it cannot process the Kentico CMS XLIFF files properly, due to the presence of the CDATA elements. In this case, you can fix this problem using the following key in your appSettings in the web.config file:

<add key=“CMSTranslationServicesUseCDATAForTransUnit“ value=false />

Please note, this is supported since hotfix 7.0.12, so you may need to apply the latest hotfix first.

See also: Translation services

0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.