- From: Roland Merrick <roland_merrick@uk.ibm.com>
- Date: Mon, 13 Jun 2005 09:27:42 +0100
- To: <Michael.Will@derivativeservices.com>
- Cc: www-forms@w3.org, www-forms-request@w3.org
- Message-ID: <OFFB421537.0ADEF097-ON8025701F.002BF078-8025701F.002E7A2B@uk.ibm.com>
Greetings Michael, I'm afraid not, you will need to use <itemset> to do what you want. There is an example [1] in the spec which shows how to do what you want. [1] http://www.w3.org/TR/xforms/slice9.html#ui-common-elements-itemset Regards, Roland <Michael.Will@derivativeservices.com> Sent by: www-forms-request@w3.org 10/06/2005 19:20 To <www-forms@w3.org> cc Subject RE: select or select1 values - element content rather than just text (10023-19605) Hi, I'm very new to Xforms and am trying to use it to create xml data files. I have no problems when the values I want to submit are plain text. For example: <xf:select1> <xf:label>Is today Friday?<br/> </xf:label> <hr/> <xf:item> <xf:label>yes</xf:label> <xf:value>yes</xf:value> </xf:item> <xf:item> <xf:label>no</xf:label> <xf:value>no</xf:value> </xf:item> </xf:select1> The issue I would like some advice on is whether it is possible to have an element as a value rather than text. For example: <xf:select1> <xf:label>Is today Friday?<br/> </xf:label> <hr/> <xf:item> <xf:label>yes</xf:label> <xf:value><yes/></xf:value> </xf:item> <xf:item> <xf:label>no</xf:label> <xf:value><no/></xf:value> </xf:item> </xf:select1> Regards, Michael Will Derivative Services LLP
Received on Monday, 13 June 2005 08:28:05 UTC