- 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
Creating a display text package
Via command line
- Follow these steps:
- Open the command line tool at the path: {across installation folder}\Toolbox\DisplayTextPackageTool\DisplayTextPackageTool.exe.
- Enter the command below and replace the examples with the correct file pathes for the dtxml and the images.
DisplayTextPackageTool /dtFile:"dtfile.dtxml" /imagesFolder:"C:\myImages" result.dtx
TipNote that reference images must have a relative path starting from the imagesFolder.
- The file will be generated and written into the DisplayTextPackageTool folder.
Via API
If you write a special extension, e. g. a tool that converts CMS data to display text (.dtx), you can use the special assembly from Across: {across installation folder}\Toolbox\DisplayTextPackageTool\Across.DisplayText.Package.dll. The API provides methods which are necessary to work with display text packages.
- The API contains the following methods:
- Create a display text (DT) package.
- Load a DT package from a specified file.
- Save a file to a file with a specified path.
- Put or get an DTXML document (as a stream).
- Add an image (as a stream) with a specified reference to the package. (If an image with existing reference is added the previous image will be replaced with the new one.)
- Get an image (as a stream) by reference from the package.