O
olivier
I have a recursive repeating section and would like to help the user to
select data from a list in a secondary XML source, let's say a function
name. Of course, this list is always the same. I could use the filter
solution but my problem is that I don't want to store in the resulting XML
the function name but the function code, linked to it in the secondary data
source (the user isn't supposed to know the function code, only the name).
So I have to translate function name to function code. Of course, I could
define a function name close to the function code in my recursive section
but in this case, it's going to be stored in the XML file, and I don't want
it as the code is enough. I thought to have a "working" drop list showing
the function name and a javascript doing the conversion but it doesn't seems
possible to have such a working field, furthermore in a repeating recursive
section. ANother way would be to call a javascript to clean the non required
node but I'm not sure I can detect the closing of the form and it's doesn't
appear to be a nice way.
Is that clear ? Any idea ? Thanks.
select data from a list in a secondary XML source, let's say a function
name. Of course, this list is always the same. I could use the filter
solution but my problem is that I don't want to store in the resulting XML
the function name but the function code, linked to it in the secondary data
source (the user isn't supposed to know the function code, only the name).
So I have to translate function name to function code. Of course, I could
define a function name close to the function code in my recursive section
but in this case, it's going to be stored in the XML file, and I don't want
it as the code is enough. I thought to have a "working" drop list showing
the function name and a javascript doing the conversion but it doesn't seems
possible to have such a working field, furthermore in a repeating recursive
section. ANother way would be to call a javascript to clean the non required
node but I'm not sure I can detect the closing of the form and it's doesn't
appear to be a nice way.
Is that clear ? Any idea ? Thanks.