- General Information
- Connecting Third-party Systems
- crossConnect for content systems
- crossConnect for External Editing
- Purpose and usage
- Requirements
- Implementation
- Across XLIFF format
- Across-specific Extensions
- <xliff> Element Attributes
- <file> Element Extensions
- <trans-unit> Element Extension
- Paragraph States
- Paragraph State Flags
- <source> and <target> Element Content
- <bpt> Element Attributes
- <ph> Element Attributes
- <x> Element Attributes
- Across-specific Properties
- Analysis Results
- Sample Files
- Across XLIFF - import, export and segmentation
- Context information
- Exporting best matches in Across XLIFF
- Hyperlinks to XLIFF
- Secure file handling with C#
- Secure file handling with JAVA
- Workflow and vendor configuration
- Sample code - Integrated solution
- Across XLIFF format
- Generic File Connector
- Display Texts
- APIs
- APIs - Technology
- crossTank API v1
- crossTank API v2
- crossTerm API v1
- crossTerm API v2
- crossAPI SI
- Requirements
- Function Return Types
- crossAPI SI and Java
- List of Objects in crossAPI SI
- Sample - transferring checkout files via FileManager
- Sample - VBS
- Text Preprocessing API
Package Format
Input Package
The format uses a control file in the root of the folder. If you need to translate a file that falls into the name pattern instruction*.xml, please put it into a subfolder.
- ZIP file
- instruction.xml
- translation, attachment, and loop files in this folder or subfolders
- Example: Package.zip
- Package.zip
- instruction.xml
- attachment1.docx
- File1.xml
- loopMe.txt
- SubFolder1/
- File2.xml
- SubFolder2/
- attachment2.docx
Output Package
The translation results will be stored in a target language subfolder named according to the language name specified in the instruction.xml.
- The Generic File Connector will add a time stamp to the package name:
- Time stamp format: yyyy-MM-ddTHHmmssfffZ
- Package name: Timestamp_OriginalName.zip
- ZIP file
- instruction.xml
- loop files restored to same place as in input package
- target language folder
- translation files in corresponding subfolders
- Example: ReturnPackage.zip
- 2021-05-01T120000000Z_Package.zip
- instruction.xml
- loopMe.txt
- de-DE/
- File1.xml
- SubFolder1/
- File2.xml
- fr-FR/
- File1.xml
- SubFolder1/
- File2.xml