The two primary tasks of a file converter are to read a source file format and to create an XML (XLIFF) data file for RC-WinTrans to use internally.
To create and build up an XLIFF data file, RC-WinTrans provides a helper object (RC-WinTrans COM Object Model) called "XliffFile." Use the "XliffFile" object to add the data that's read from the source file to an XLIFF format file. This object has only a few methods and is used solely for the purpose of creating an XLIFF file in the simplest manner possible, without any previous knowledge of the XLIFF format.
There are three things you need to know before you begin:
|
|
NOTE: A description of the "XliffFile" object including code examples can be found in RC-WinTrans' VBA Help (help for RC-WinTrans' COM object model). This object is also used in the sample file converter "File Converter for ADM Files." |