If you need to uniquely identify segments in content for auto-translation, you can set
up a trigger to add the @ixia_locid identifier to each segment.
What to know
The trigger mentioned in this procedure works with the element list defined in
locidclasses.xml. Be sure to review that file to ensure all
the elements to which you want to add @ixia_locid are included.
Steps
-
In the TEXTML Administration perspective, connect to your server.
-
To add
@ixia_locid to elements in CCMS Web, locate the triggerswebplatform.xml file in the
repository's /system/conf collection.
-
Check out the file and open it for editing.
-
Locate the following trigger.
<!--<class applyOn="Release" className='com.ixiasoft.application.command.triggers.AddLocalizationIdTrigger' />-->
This triggers adds @ixia_locid when you release a topic or
map.
This trigger is disabled by default.
-
To enable the trigger, remove the comment tags (
<!-- and
-->) that surround it.
Note: After enabling the trigger, the CCMS adds @ixia_locid only to
objects that are released from that point forward. It does not retroactively
add @ixia_locid. Likewise, if the trigger was previously
active but is disabled at some point, any existing
@ixia_locid attributes are not removed.
-
Save, close, and check in the file.
-
Advise users to Refresh the Web Server.