IDML Filter: provide the custom text variables translation capability

Issue #1138 resolved
Denis Konovalyenko created an issue

Let’s consider an example document UI.

The designmap.xml document part contains the following custom text variable:

   <TextVariable Self="dTextVariablenVariable 1" Name="Variable 1" VariableType="CustomTextType">
        <CustomTextVariablePreference>
            <Properties>
                <Contents type="string">Custom text variable content</Contents>
            </Properties>
        </CustomTextVariablePreference>
    </TextVariable>

So, the contents tag characters should be conditionally taken into account for translation.

For more details please refer to the attached document.

Comments (3)

  1. Log in to comment