Details
-
Bug
-
Resolution: Fixed
-
None
-
Critical
-
The tag protection feature was not working properly if the content contains XML comments or CDATA blocks.
-
Empty show more show less
Description
Importing such content lead to frontend errors:
<trans-unit id="2"> <source xml:lang="en">Dies <!--<strong id="123">ist &lt; ein</strong>--> &quot;Test mit Kommentaren und CDATA: <![CDATA[ TEST ]]>.</source> <seg-source><mrk mid="0" mtype="seg">Dies <!--<strong id="123">ist &lt; ein</strong>--> &quot;Test mit Kommentaren und CDATA: <![CDATA[ TEST ]]>.</mrk></seg-source> <target xml:lang="de"><mrk mtype="seg" mid="0">This <!--<strong id="123">is &lt; a</strong>--> &quot;test with comments and CDATA: <![CDATA[ TEST ]]>.</mrk></target> </trans-unit>