Documentation
IMPORT XLIFF
usage
<IMPORT>
<XLIFF path=""/>
</IMPORT>
parameters
path
returns
<RESULTS/>
Imports a xliff file (.xlf), accompanied by its skeleton (.skl), compressed together as a zip file (.zip).
Xliff is a standard XML file format, destined to simplify the translation of datas inside the database.
examples
<IMPORT>
<XLIFF path="/media/translation_eng.zip"/>
</IMPORT>