- 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
External editing workflows
Across to machine translation
- The workflow is as follows.
- The watch event watches repeatedly for the pretranslation finished event.
- When the event result is true, the system waits a fixed number of seconds for Across to release the locks on the task.
- After that, the TaskFilter is checked for the first translation task.
- If the TaskFilter result is "1", the task will be exported to EWU.
Tip
The file name of the EWU is the task GUID. This is required to allow the import of results.
Across to machine review
- The workflow is as follows.
- The watch event watches repeatedly for the task finished event.
- When the event result is true, the system gets the follow up tasks.
- After that, the TaskFilter is checked for the follow up task.
- If the TaskFilter result is "1", the system waits a fixed number of seconds for Across to release the locks on the task.
- After that, the task will be exported to EWU.
Tip
The file name of the EWU is the task GUID. This is required to allow the import of results.