Strongly Typed Translations

Release 1.4 - ...

In iXperion 1.4, you can specify the SXML type for each parameter, and for the return value:

instead of adding a translation like this:

Smartsite SXML CopyCode image Copy Code
GetData(location)

... you can add it as follows:

Smartsite SXML CopyCode image Copy Code
DataTable GetData(Locator location)

Smartsite will enforce parameters following the given type and will convert the return value to the return type as specified.