You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by iv...@apache.org on 2002/09/08 14:20:59 UTC

cvs commit: xml-cocoon2/src/webapp/samples/xmlform/wizard userIdentity.xml

ivelin      2002/09/08 05:20:59

  Modified:    src/webapp/samples/xmlform/wizard userIdentity.xml
  Log:
  XMLForm:
  Added support for itemset tag
  http://www.w3.org/TR/xforms/slice9.html#ui-common-elements-itemset
  
  Revision  Changes    Path
  1.6       +4 -36     xml-cocoon2/src/webapp/samples/xmlform/wizard/userIdentity.xml
  
  Index: userIdentity.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/xmlform/wizard/userIdentity.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- userIdentity.xml	28 Jul 2002 14:08:26 -0000	1.5
  +++ userIdentity.xml	8 Sep 2002 12:20:59 -0000	1.6
  @@ -70,42 +70,10 @@
       </xf:selectMany>
       <xf:selectMany ref="hobby" selectUIType="checkbox">
         <xf:caption>Hobbies</xf:caption>
  -      <xf:item>
  -        <xf:caption>Swimming</xf:caption>
  -        <xf:value>swim</xf:value>
  -      </xf:item>
  -      <xf:item>
  -        <xf:caption>Body Building</xf:caption>
  -        <xf:value>gym</xf:value>
  -      </xf:item>
  -      <xf:item>
  -        <xf:caption>Skiing</xf:caption>
  -        <xf:value>ski</xf:value>
  -      </xf:item>
  -      <xf:item>
  -        <xf:caption>Running</xf:caption>
  -        <xf:value>run</xf:value>
  -      </xf:item>
  -      <xf:item>
  -        <xf:caption>Football</xf:caption>
  -        <xf:value>football</xf:value>
  -      </xf:item>
  -      <xf:item>
  -        <xf:caption>Reading</xf:caption>
  -        <xf:value>read</xf:value>
  -      </xf:item>
  -      <xf:item>
  -        <xf:caption>Writing</xf:caption>
  -        <xf:value>write</xf:value>
  -      </xf:item>
  -      <xf:item>
  -        <xf:caption>Soccer</xf:caption>
  -        <xf:value>soccer</xf:value>
  -      </xf:item>
  -      <xf:item>
  -        <xf:caption>Blogging</xf:caption>
  -        <xf:value>blog</xf:value>
  -      </xf:item>
  +      <xf:itemset nodeset="/allHobbies">
  +        <xf:caption ref="value"/>
  +        <xf:value ref="key"/>
  +      </xf:itemset>
       </xf:selectMany>
       <!-- hidden model attribute -->
       <xf:hidden ref="hidden">
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org