WSXZ Package Filter
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...")
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.