PHP Classes

File: test_1.xml

Recommend this page to a friend!
  Classes of Radek Piekarz   Simple TMX class   test_1.xml   Download  
File: test_1.xml
Role: Auxiliary data
Content type: text/plain
Description: Example XML file
Class: Simple TMX class
Retrieve text translations from XML files
Author: By
Last change:
Date: 17 years ago
Size: 588 bytes
 

Contents

Class file image Download
<?xml version="1.0" ?> <tmx version="1.4"> <header creationtool="XYZTool" creationtoolversion="1.01-023" datatype="PlainText" segtype="sentence" adminlang="en-us" srclang="EN" o-tmf="ABCTransMem"> </header> <body> <tu tuid="hello" datatype="plaintext"> <tuv xml:lang="en"> <seg>hello</seg> </tuv> <tuv xml:lang="it"> <seg>ciao</seg> </tuv> </tu> <tu tuid="world" datatype="plaintext"> <tuv xml:lang="en"> <seg>world</seg> </tuv> <tuv xml:lang="it"> <seg>mondo</seg> </tuv> </tu> </body> </tmx>