Add the ixia_locid attribute to specified elements in CCMS Web

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.

About this task

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.

Procedure

  1. In the TEXTML Administration perspective, connect to your server.
  2. To add @ixia_locid to elements in CCMS Web, locate the triggerswebplatform.xml file in the repository's /system/conf collection.
  3. Check out the file and open it for editing.
  4. 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.

  5. 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.
  6. Save, close, and check in the file.
  7. Advise users to Refresh the Web Server.