Here is an example to clarify my previous comment.

#+BEGIN_SRC xml
  <xliff xmlns="urn:oasis:names:tc:xliff:document:2.0"
         xmlns="urn:oasis:names:tc:xliff:changetracking:2.0"
         version="2.1"
         srcLang="en" trgLang="fr">
    <file id="f1">
      <unit id="u1">
        <ctr:changeTrack>
          <ctr:revisions appliesTo="segment" currentVersion="r1">
            <ctr:revision author="Frank" datetime="2021-27-01T11:00:00+2:00"
                          version="r1">
              <ctr:item property="state">reviewed</ctr:item>
            </ctr:revision>
            <ctr:revision author="Bob" datetime="2021-07-01T15:00:00+2:00"
                          version="r2">
              <ctr:item property="state">translated</ctr:item>
            </ctr:revision>
          </ctr:revisions>
          <ctr:revisions appliesTo="target" currentVersion="r1">
            <ctr:revision author="Bob" datetime="2021-07-01T15:00:00+2:00"
                          version="r1">
              <ctr:item property="content">Bonjour</ctr:item>
            </ctr:revision>
          </ctr:revisions>
        </ctr:changeTrack>
        <segment state="reviewed">
          <source>Hello</source>
          <target>Bonjour</target>
        </segment>
      </unit>
    </file>
  </xliff>
#+END_SRC 
-- 
Best regards,
Kevin Vigouroux
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to