close

Filter

loading table of contents...

Release Notes / Version 10.2101

Table Of Contents

XliffImporter/XliffExport: Provide API with direct Xliff in-/output

XliffImporter and XliffExporter now provide an API to directly hand over objects of type Xliff. This provides the option, that you may use custom Xliff parsing. As this extends the corresponding interfaces, you may need to implement the methods now, in case you provided custom implementations for XliffImporter and/or XliffExporter .

New methods are:

  • XliffImporter#importXliff(Xliff):List<XliffImportResultItem> , and

  • XliffExporter#exportXliff(Iterable<TranslateItem>, XliffExportOptions):Xliff .

(CMS-14091)

Search Results

Table Of Contents