Dear SDL Community,
we are facing the following error while exporting xlf files to target in Trados Studio 2014: "Failed to save target content. Collection was modified; enumeration operation may not execute."
We added one file as example. The error disappears if elem-31 is removed or transferred to a seperate translation-unit.
While searching the Community we found this similar question but the referred link is not working anymore:
We are kindly asking for help.
Kind regards!
Example File:
<?xml version="1.0" encoding="UTF-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="www.w3.org/.../XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-strict.xsd">
<file original="xliff-core-1.2-strict.xsd" source-language="de" target-language="fr" datatype="plaintext" date="2017-11-19T09:13:00Z">
<header>
</header>
<body>
<group id="234">
<note>Testpage</note>
<trans-unit id="123" resname="123">
<source xml:lang="de">
<bpt id="elem-1"><p></bpt>
<bpt id="elem-2"><strong></bpt>
<bpt id="elem-3"><span></bpt>
<bpt id="elem-4"><span></bpt>
<![CDATA[Test-Text 1]]>
<ept id="elem-4"></span></ept>
<ept id="elem-3"></span></ept>
<ept id="elem-2"></strong></ept>
<ept id="elem-1"></p></ept>
<bpt id="elem-31"><p></bpt>
<![CDATA[Test-Text 2]]>
<ept id="elem-31"></p></ept>
</source>
<target xml:lang="fr"/>
</trans-unit>
</group>
</body>
</file>
</xliff>