Share

File2XLIFF4j

File Release Notes and Changelog

Release Name: 20060616

Notes:
This release adds support for Excel import and export, RTF import and export.  It also includes partial XLIFF import (to a reduced XLIFF tag-set).

Changes: 2006/06/05 ExcelExporter.java, ExcelImporter.java: New converters to convert Excel spreadsheets to and from XLIFF, using OpenOffice.org. RTFExporter.java, RTFImporter.java: New converters to convert Rich Text Format (RTF) documents to and from XLIFF, using OpenOffice.org. FileType.java, ConverterFactory.java: Modified to handle Excel and RTF. OdfHandler.java: Create separate ctypes for text:s and text:tab tags (of OpenDocument format). XliffImporter.java: New importer for generic XLIFF to an XLIFF subset. (All format tags map to bx, ex and x; sub tags map recursively to new trans-units; multiple file elements in input XLIFF become a single file element; non-text elements are omitted. XliffSkeletonMerger.java: New partial implementation of a merger of the tskeleton into a final skeleton. (To do: account for CTYPE and comment areas in the original document; implement Xliff Exporter.)