Re: set value for more than one element in select1?

Andrew S. Townley wrote:
> Hi,
> 
> I was wondering what the recommended solution to this particular
> situation might be.  I have a code list of values intended for a select1
> control defined like this:
> 
> <CodeList>
>   <Item Code="...">Value</Item>
>   ...
> </CodeList>

This being referred to from xforms:itemset, right?

> However, once the value is selected from the select1, I need to include
> it in the following XML instance document:
> 
> <Element>
>   <ItemName/>
>   <ItemCode/>
>   ...
>   <OtherElement/>
> </Element>

The above is not clear: what do you mean by "include it"?

-Erik

-- 
Orbeon - XForms Everywhere:
http://www.orbeon.com/blog/

Received on Monday, 24 July 2006 14:07:41 UTC