XLIFF-2 Filter: Difference between revisions

From Okapi Framework
Jump to navigation Jump to search
Line 10: Line 10:
==Processing Details==
==Processing Details==


Basic support for xliff 2.x core
Basic support for XLIFF 2.x core


* Extended Attributes and Namespaces
* Extended Attributes and Namespaces

Revision as of 17:42, 8 October 2019

Overview

The XLIFF-2 Filter is an Okapi component that implements the IFilter interface for XLIFF 2.x (XML Localisation Interchange File Format) documents.

XLIFF v2 is an OASIS Standard that defines a file format for transporting translatable text and localization-related information across a chain of translation and localization tools.

The XLIFF 2.0 specification is at http://docs.oasis-open.org/xliff/xliff-core/v2.0/xliff-core-v2.0.html.

Processing Details

Basic support for XLIFF 2.x core

  • Extended Attributes and Namespaces
  • Segments and Ignorables
  • Inline Codes
  • Notes
  • Groups
  • XLIFF 2.x Metadata Module

Parameters

Perform maximum validation when parsing — Select this option to ensure the XLIFF-2 parser used by the filter does the maximum verification of the format.
Needs Segmentation — Select this option to resegment any unit that is marked with canSegment="yes".

Limitations

  • This is an experimental filter.
  • Inline codes may not be handled properly.