You get the error Unmatched tag pair/revisioned or locked content calls detected! when trying to open an IDML file in Trados Studio 2015/2017/2019/2021, TMS, or WorldServer (until version 11.7.3). Unmatched tag pair/revisioned or locked content calls detected! |
No longer reproducible in Trados Studio 2022 and WorldServer 11.8.1. Upgrade to these versions to solve the issue.In affected versions, apply the solutions below.
Remove the corrupt Table of Contents (TOC) and recreate it
|
Paragraph and Character Styles from the IDML are nested in the file. Or, on other occasions, the CharacterStyleRange tag pair is not assigned to any text and Studio/WorldServer cannot read it correctly. Or the table of contents (TOC) is corrupted. |
More details in case for isolating the issue for Solution 2:Remove and readd all pages
Solution:To isolate the issue:
So from this section: <HyperlinkTextSource Self="u95d2" Name="Cisco Safety and Security Information 226" Hidden="false" AppliedCharacterStyle="n"> <CharacterStyleRange AppliedCharacterStyle="CharacterStyle/blue-links" RubyFontSize="-0.8026992662941584" KentenFontSize="-0.8026992662941584"> <Content>Cisco Safety and Security Information</Content> </CharacterStyleRange> <CharacterStyleRange AppliedCharacterStyle="CharacterStyle/$ID/[No character style]" FillColor="Color/R=14 G=177 B=83" FontStyle="ExtraLight" PointSize="10" StrokeWeight="0.8026992662941584" Underline="true" UnderlineOffset="2" UnderlineWeight="1" MiterLimit="3.2107970651766338" RubyFontSize="-0.8026992662941584" KentenFontSize="-0.8026992662941584"> <Properties> <Leading type="unit">14</Leading> <AppliedFont type="string">CiscoSans</AppliedFont> </Properties> <Br /> </CharacterStyleRange> <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/bullets"> <CharacterStyleRange AppliedCharacterStyle="CharacterStyle/blue-links" /> </ParagraphStyleRange> </HyperlinkTextSource> I removed this part: <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/bullets"> <CharacterStyleRange AppliedCharacterStyle="CharacterStyle/blue-links" /> </ParagraphStyleRange> Solution 2: Example 2 Fixed issue by removing the extra hard return, which deleted the extra unassigned CharacterStyleRange. See section in Yellow removed from right screenshot. |