- 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
<file> Element Extensions
<file> element attributes
The <file> element attributes list is extended with:
src-lang | Unique identifier (GUID) associated with the collection of paragraphs in the specified source language . |
trg-lang | Unique identifier (GUID) associated with the collection of paragraphs in the specified target language . |
start-date | The date when the task was created. |
due-date | The date until that the task should be finished. |
Subject Information
To provide information on the subject(s) of translated content, the standard XLIFF attribute category of the <file> element is used.
Example:
<filesource-language="en-US"ax:src-lang="035dbe64-9de7-4ed2-98bc-5ec1f963c5b6"target-language="de-DE"ax:trg-lang="3cefff7f-6872-4e48-a59d-d91c3e629acf"original="MyDocument.docx"datatype="x-across-translation"category="Subject_1,Subject_2"> ... </file>
Meta Information
In order to provide meta information required for successful integration with third party systems, Across supports extension of XLIFF format.
- The information is placed into custom sections of the <header> element:
- The project section contains general information related to the project: description and contact information.
- The properties sections contain a collection of attributes required to complete the task.
- Attributes of the <file> element contain information about the document itself:
- document name;
- source and target languages;
- start and due dates
project Element
The project element contains a description of the project, which the XLIFF export document is related to, and contact information of the responsible person.
Parent element | Child elements | Example |
<header> |
| <ax:project><ax:name>Project name</ax:name><ax:description>Project description./ax:description> <ax:responsible-personcontact-name="Default Supervisor"contact-email="default@across.net"contact-phone="+123-123-125"/></ax:project> |