Okapi Framework - Filters
Table of Contents |
|
Several filters are available with the Okapi Framework:
Note that some of them are still BETA or even ALPHA.versions.
- DTD Filter - For DTD (Document
type Definition) files, for example: Mozilla XUL DTDs.
- HTML Filter - For HTML and
XHTML documents (no support for scrip or server-side tags yet).
- IDML Filter - For Adobe
InDesign IDML documents.
- JSON Filter - For JSON (Javascript
Object Notation) for Ajax, webOS applications.
- OpenXML Filter -
For Microsoft Office 2007 files (DOCX, PPTX, and XLSX) as well as for raw
OOXML documents.
- OpenOffice / ODF Filter
- For openOffice.org documents (ODT, ODP, ODS, and ODG) as well as for raw
ODF documents.
- PHP Content Filter - For
PHP content.
- PlainText Filter - For
plain text documents.
- PO Filter - For Gettext PO
and POT files.
- Pensieve Filter - For
Pensieve translation memories.
- Properties Filter - For
properties files.
- Regex Filter - For any
text-based format that can be parsed with regular-expressions.
- Table Filter - For
table-like documents such as CSV, tab-delimited files, etc.
- TMX Filter - For TMX (translation
Memory eXchange) documents.
- TTX Filter - For Trados TTX
documents.
- TS Filter - For Qt TS
documents.
- Vignette Filter - For
Export/Import document used by Vignette Content Management System.
- XLIFF Filter - For XLIFF
(XML Localisation Interchange File Format) documents.
- XML Filter - For XML documents
(This filter supports ITS).
See the online
Developer's Guide for more information on how to use the filters in your own
scripts and applications, and how to develop new filters.