XLIFF 2.0 the Easy Way: The Okapi XLIFF Toolkit FEISGILTT Dublin - - PowerPoint PPT Presentation

xliff 2 0 the easy way
SMART_READER_LITE
LIVE PREVIEW

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


slide-1
SLIDE 1

XLIFF 2.0 the Easy Way: The Okapi XLIFF Toolkit

FEISGILTT Dublin June 2014

Yves Savourel ENLASO Corporation

This presentation was made possible by

slide-2
SLIDE 2

In a few words

  • Goal: Facilitate creating, reading, manipulating

and writing of XLIFF 2.0 files.

  • Part of the Okapi Framework projects:

Open-source (LGPL), free, cross-platform (Java 1.7 or later)

  • Implements: the Core, the Translation

Candidates module and the Glossary module

  • Allows modules/extensions manipulation too
slide-3
SLIDE 3

Event-driven reader/writer

<?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

slide-4
SLIDE 4

A few links

  • Okapi XLIFF Toolkit project:

https://code.google.com/p/okapi-xliff-toolkit

  • Download the latest snapshot:

http://okapi.opentag.com/snapshots

  • XLIFF specification:

http://docs.oasis-open.org/xliff/xliff-core/v2.0/xliff-core-v2.0.html

  • Lynx on-line validator:

http://lynx.okapi-xliff.cloudbees.net/validation

  • Getting Started guide:

https://code.google.com/p/okapi-xliff-toolkit/wiki/Getting_Started