XLIFF 2.0 the Easy Way: The Okapi XLIFF Toolkit
FEISGILTT Dublin June 2014
Yves Savourel ENLASO Corporation
This presentation was made possible by
XLIFF 2.0 the Easy Way: The Okapi XLIFF Toolkit FEISGILTT Dublin - - PowerPoint PPT Presentation
XLIFF 2.0 the Easy Way: The Okapi XLIFF Toolkit FEISGILTT Dublin June 2014 Yves Savourel ENLASO Corporation This presentation was made possible by In a few words Goal: Facilitate creating, reading, manipulating and writing of XLIFF 2.0
Yves Savourel ENLASO Corporation
This presentation was made possible by
<?xml version="1.0"?> <xliff ... > <file id="f1"> <skeleton href="myFile.skl"/> <notes> <note id="n1">note</note> </note> <group id="g1"> <unit id="u1"> <segment> <source>text</source> </segment> </unit> </group> </file> </xliff> START_XLIFF START_FILE UNIT START_DOCUMENT END_FILE END_XLIFF END_DOCUMENT SKELETON END_GROUP MID_FILE START_GROUP
https://code.google.com/p/okapi-xliff-toolkit
http://okapi.opentag.com/snapshots
http://docs.oasis-open.org/xliff/xliff-core/v2.0/xliff-core-v2.0.html
http://lynx.okapi-xliff.cloudbees.net/validation
https://code.google.com/p/okapi-xliff-toolkit/wiki/Getting_Started