O
olivier
In a previous question (trancoding 1/28), I was looking for, from a secondary
source , filling a drop list with functions names and storing XML file with
corresponding function code (the function name is just for user interface).
As Michelle suggested me, I thought the problem was close with drop-list
properties/Data.Lookup values in a data connection... but unfortunately it is
not.
In my case, Value and Display names (which are supposed to be Xpath -see
icon bubble) do not allow to browse to select others sibling fields. It just
shows attributes of the field selected with "entries". In the following
example, value and display name fields begin with the name node and then
will only allow to select "lang" and not "code" or "desc"
<function>
<name lang="en">function</name>
<code>001</code>
<desc>description</desc>
</function>
So what' wrong ? Is it because the purpose of value and display name is not
to offer an alternative to entries in the drop-down list box properties ? Or
a problem with Infopath ? Why isn't it possible to fill the value and
display name with directly with Xpath (../@code) ?
source , filling a drop list with functions names and storing XML file with
corresponding function code (the function name is just for user interface).
As Michelle suggested me, I thought the problem was close with drop-list
properties/Data.Lookup values in a data connection... but unfortunately it is
not.
In my case, Value and Display names (which are supposed to be Xpath -see
icon bubble) do not allow to browse to select others sibling fields. It just
shows attributes of the field selected with "entries". In the following
example, value and display name fields begin with the name node and then
will only allow to select "lang" and not "code" or "desc"
<function>
<name lang="en">function</name>
<code>001</code>
<desc>description</desc>
</function>
So what' wrong ? Is it because the purpose of value and display name is not
to offer an alternative to entries in the drop-down list box properties ? Or
a problem with Infopath ? Why isn't it possible to fill the value and
display name with directly with Xpath (../@code) ?