- 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
Children of the paragraph element
para element
This is the top level element.
Description | Child elements | Attributes | No. of occurr. |
<para | content xdata comments imageReference | id (string identification of the paragraph) sizeInfoId (ID of the sizeInfo declared in sizeInfos) styleId (Id of the style declared in paragraphStyles) | Unlimited |
Note that the sizeInfoId is a keyRef attribute, its value should be one of the sizeInfoIds. styleId is a keyRef attribute, its value should be one of paragraphStylesIds.
Example:
<parasizeInfoId="rect"styleId="f1"><xdata>Various custom data in across. <imageReference>Images/image1.jpg</imageReference><comments><comment>This my comment </comment></comments><content>Franz jagt im <styleid="italic">verwahrlosten</style> Taxi durch Bayern.</content></para>
comments and comment element
Description | Parent element | No. of occurrences | |
comments | Container for comment elements <comments> | para | None or one |
comment | Contains formatted comment <comment> | One or unlimited |
Content element and its children
Description | Child elements | Attributes | No. of occurrences | |
content | Contains paragraph text. | style protected Text | Once | |
style | Content with a specific character style. <style | protected Text | Id (Id of the style declared in characterStyles) | Unlimited |
protectedText | A part of content protected from changes. <protectedText> | - | Id (string identificator of a protected element) | Unlimited |
Example:
<parasizeInfoId="rect"styleId="f1"> Franz jagt <styleid="bold">im komplett</style><styleid="italic">verwahrlosten</style><protectedText>Taxi</protextedText> quer <styleid="underline">durch</style><protectedTextid="protected1">Bayern</protectedText>. </para>