1
2
3
4
5
6
7
8
9
10
11
12
13
14
| <?xml version="1.0" encoding="utf-8"?>
| <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
| <file source-language="en-US" target-language="en-US" datatype="plaintext" original="file.ext">
| <header>
| <tool tool-id="foo" tool-name="foo" tool-version="0.0" tool-company="Foo"/>
| </header>
| <body>
| <trans-unit id="LCa0a2j" resname="foo">
| <source>foo</source>
| <target>bar</target>
| </trans-unit>
| </body>
| </file>
| </xliff>
|
|