Analysis manager
The analysis manager allows you to edit the way XTM Cloud processes different file types in different languages. Modifying these rules is a highly technical task and should only be tackled by users with advanced XML skills and knowledge of SRX or ITS rules.
Note
Only custom rules can be edited or deleted.
Segmentation
The segmentation tab displays a list of segmentation rules (SRX rules). You can add a file containing custom SRX rules for a source language and assign it to a particular customer or create a global rule. Custom segmentation is possible. You can view, edit and add new SRX rules.
The default configuration provided by XTM Cloud.
A customized set of rules for your particular instance of XTM Cloud (system default).
A customized set of rules for individual customers.
Rules can be global or customer-specific.
Create an SRX file. Check Example SRX rules file.
Select Configuration > Settings > Analysis Manager > Segmentation.
Add a Name for your rule.
Select the Customer section.
Note
Select All customers to create a global segmentation rule.
Select the Source language
Select SRX rules file.
Select Add rule.
Select Create.
Content
ITS rules
In the Configuration > Settings > Analysis Manager > Content tab, you can view, edit and define new ITS rules.
The content section lists the ITS rules in the system. ITS rules are used to allow you to determine which part of the source file should be translated. XTM Cloud provides ITS rules for all the file formats supported by the system, however, sometimes the translation process may require a specific configuration.
Note
Only custom rules can be edited or deleted.
Select Configuration > Settings > Analysis Manager > Content
Select the menu icon next to the rule.
Enter your changes and Save.
The file extension.
If a known file extension is not found, then XTM Cloud assumes the file is an XML file.
The root element name.
The default configuration provided with XTM Cloud.
A customized set of rules for your particular instance of XTM Cloud (system default).
A customized set of rules for individual customers.
XTM Cloud checks to see if there is an appropriate rule in the customer’s configuration file.
If there is no rule for the customer’s configuration, XTM Cloud searches in the system’s configuration.
If there is no rule for the system, XTM Cloud searches in the default configuration.
If there is no default configuration the system will automatically generate rules for a given file.
With each rule, it is possible to define whether or not to use the HTML parser and whether or not to maintain white spaces in the file. If the source file includes HTML and this can be an XML, Word, Excel, or properties file, then you can use the HTML parser to extract translatable text from the HTML. Otherwise, all the HTML will be taken for translation.
Note
If you want to embed HTML in XML, either wrap the HTML in a CDATA section or escape the HTML tags so as not to conflict with the XML tags.
For examples of ITS rules, go to Internationalization Tag Set