- From: Erik Bruchez <ebruchez@orbeon.com>
- Date: Thu, 31 Jan 2008 17:32:40 -0800
- To: www-forms@w3.org
> Orbeon sandbox can't even load the form Yup we require the @nodeset attribute on xforms:bind. I had not realized that the @nodeset attribute had become optional and I am interested in the answer too! -Erik > > > <?xml version="1.0" encoding="UTF-8"?> > <!-- basic FO page definition stuff --> > <html xmlns="http://www.w3.org/1999/xhtml" xmlns:xforms="http://www.w3.org/2002/xforms > " > xmlns:ev="http://www.w3.org/2001/xml-events" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xmlns:xsd="http://www.w3.org/2001/XMLSchema" > > <head> > <title>binding testcase</title> > <xforms:model> > <xforms:instance xmlns=""> > <values> > <value>27</value> > </values> > </xforms:instance> > <xforms:bind id="binddata" > calculate="now()"/> > <xforms:submission id="submitInfo" > method="post" > action="http://www.xformstest.org/cgi-bin/echo.sh" /> > </xforms:model> > </head> > <body> > <h2>I think that the submission should show the current date and > time along with the value node and its value. > </h2> > <h3>Uses now() and bind w/o nodeset attribute</h3><br/> > <xforms:submit submission="submitInfo"> > <xforms:label>Echo instance data</xforms:label> > </xforms:submit> > </body> > </html> > > Any help appreciated. Thanks, > --Aaron > > > -- Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/
Received on Friday, 1 February 2008 01:32:55 UTC