Login   Register  
PHP Classes
elePHPant
Icontem

File: test_1.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2006-06-25 04:58
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>