IDML merge error with conditionals...

Issue #302 resolved
Former user created an issue

Original issue 302 created by @ysavourel on 2012-12-20T18:46:31.000Z:

Extraction (see attached snippet) produces two *identical* xliff tu's. Merge gives this error:

ERROR: Error when parsing XML of text unit id='uf0-10'.
The element type "Content" must be terminated by the matching end-tag "</Content>".
ERROR: Error when parsing XML of text unit id='uf0-10'.
The element type "r" must be terminated by the matching end-tag "</r>".

Comments (2)

  1. Chase Tingley

    I suspect this is similar to issue #497, which is another case where we have two versions of the same content (change tracking) and the TU is numbered the same. (The solution to that one may be different though.)

    Unfortunately this attachment is not an IDML document, it's just a fragment of a Story XML doc. A real testcase will need to be created from scratch.

  2. Log in to comment