Configuring elements for pre-translation
List XML elements that are to be compared for pre-translation in the translation configuration file.
About this task
<section> element is identical, you want to pre-translate the entire element rather than all child elements separately.
Procedure
Example
<topic> tags. The hierarchy starts with a top level tag, <section>, within the <topic> tags. Other tags within <topic> are listed in order of significance for pre-translation.
<comparisonelements>
<xpath identified="y">//*[contains(@class,' topic/section ')]</xpath>
<xpath>//*[contains(@class,' topic/example ')]</xpath>
<xpath identified="y">//*[contains(@class,' glossentry/glossentry ')]</xpath>
<xpath>//*[contains(@class,' glossentry/glossterm ')]</xpath>
<xpath>//*[contains(@class,' glossentry/glossdef ')]</xpath>
<xpath>//*[contains(@class,' topic/shortdesc ')]</xpath>
<xpath>//*[contains(@class,' topic/table ')]</xpath>
<xpath>//*[contains(@class,' topic/row ')]</xpath>
<xpath>//*[contains(@class,' topic/ol ')]</xpath>
<xpath>//*[contains(@class,' topic/ul ')]</xpath>
<xpath>//*[contains(@class,' topic/li ')]</xpath>
<xpath>//*[contains(@class,' topic/sli ')]</xpath>
<xpath>//*[contains(@class,' topic/topic ')]/*[contains(@class,' topic/title ')]</xpath>
<xpath>//*[contains(@class,' topic/table ')]/*[contains(@class,' topic/title ')]</xpath>
<xpath>//*[contains(@class,' topic/section ')]/*[contains(@class,' topic/title ')]</xpath>
<xpath>//*[contains(@class,' topic/navtitle ')]</xpath>
<xpath>//*[contains(@class,' topic/alt ')]</xpath>
<xpath>//*[contains(@class,' topic/indexterm ')]</xpath>
<xpath>//*[contains(@class,' topic/term ')]</xpath>
<xpath>//*[contains(@class,' topic/tm ')]</xpath>
<xpath>//*[contains(@class,' topic/fn ')]</xpath>
<xpath>//*[contains(@class,' topic/xref ')]</xpath>
</comparisonelements>