Documentation
XLIFF (export)
usage
<CREATE>
<XLIFF source="LLL" destination="LLL" [include-preview="true/false"] [include-files="true/false"] [copy-original="true/false"] [source-folder=""] [include-library="true/false"]>
<QUERY>
<SEARCH>...</SEARCH>
<GET>...</GET>
...
</QUERY>
</XLIFF>
</CREATE>
Create an XLIFF file, with all ressources to translate (file and datas) ready to send to the translators
exemples
<CREATE>
<XLIFF source="fre" destination="eng">
<QUERY>
<GET>
<MEDIA ID="25">
<WITH depth="all"/>
</MEDIA>
</GET>
</QUERY>
</XLIFF>
</CREATE>