WSXZ Package Filter

From Okapi Framework
Revision as of 14:24, 19 February 2023 by Jhargraveiii (talk | contribs) (Created page with "{{Filters Header}} ==Overview== The WSXZ Package Filter is an Okapi component that implements the IFilter interface for WSXZ (Worldserver TKIT) files. ==Processing Details== This filter is an extension of the Archive Filter. It reads the input package, detects the SDLXLIFF files for the specified language pair, and uses the XLIFF Filter (with the <code>okf_xliff-sdl</code>) to process the content. Each SDLXLIFF file inside the package corresponds to a sub-doc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

The WSXZ Package Filter is an Okapi component that implements the IFilter interface for WSXZ (Worldserver TKIT) files.

Processing Details

This filter is an extension of the Archive Filter. It reads the input package, detects the SDLXLIFF files for the specified language pair, and uses the XLIFF Filter (with the okf_xliff-sdl) to process the content. Each SDLXLIFF file inside the package corresponds to a sub-document in the Okapi filter events.

Limitations

  • TMX and TBX files are ignored.
  • See all the limitation for the XLIFF Filter.