Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / translation / Tests / fixtures / withdoctype.xlf
1 <?xml version="1.0"?>
2 <!DOCTYPE foo>
3 <xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
4     <file source-language="en" datatype="plaintext" original="file.ext">
5         <body>
6             <trans-unit id="1">
7                 <source>foo</source>
8                 <target>bar</target>
9             </trans-unit>
10         </body>
11     </file>
12 </xliff>