Hi
the XML import file allows to have a '<valuemap>mymapname</valuemap>' tag inside an '<item>'. Unfortunately it is not possible to define the actual mappings inside the XML file (correct?). The XML import will simply create a value mapping named 'mymapname' but without any actual mappings defined.
It would be nice to extend the XML import function to something like this:
<valuemaps>
<valuemap name="mymapname">
<mapping value="0" newvalue="up" />
<mapping value="1" newvalue="down" />
</valuemap>
</valuemaps>
Thanks
Markus
the XML import file allows to have a '<valuemap>mymapname</valuemap>' tag inside an '<item>'. Unfortunately it is not possible to define the actual mappings inside the XML file (correct?). The XML import will simply create a value mapping named 'mymapname' but without any actual mappings defined.
It would be nice to extend the XML import function to something like this:
<valuemaps>
<valuemap name="mymapname">
<mapping value="0" newvalue="up" />
<mapping value="1" newvalue="down" />
</valuemap>
</valuemaps>
Thanks
Markus
Comment