Skip to content

Instantly share code, notes, and snippets.

@tingley
Created October 30, 2013 05:20
Show Gist options
  • Save tingley/7227570 to your computer and use it in GitHub Desktop.
Save tingley/7227570 to your computer and use it in GitHub Desktop.
Testcase for SuperTMXMerge Issue 1
<?xml version="1.0" ?>
<!DOCTYPE tmx SYSTEM "tmx14.dtd">
<tmx version="1.4">
<header
creationtool="Sdl.SDLX .Net API"
creationtoolversion="9.3.3002.0"
datatype="unknown"
segtype="sentence"
adminlang="en"
srclang="en"
o-tmf="sdlxTM"
>
</header>
<body>
<tu tuid="1" srclang="en">
<tuv xml:lang="en">
<seg><bpt i="1" x="1">&lt;1&gt;</bpt>hello<ept i="1">&lt;/1&gt;</ept><ph x="2">&lt;2/&gt;</ph></seg>
</tuv>
<tuv xml:lang="fr">
<seg><bpt i="1" x="1">&lt;1&gt;</bpt>bonjour<ept i="1">&lt;/1&gt;</ept><ph x="2">&lt;2/&gt;</ph></seg>
</tuv>
</tu>
</body>
</tmx>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment