Re: XForms 2.0 schema [@iterate]

Attached is a xforms-nons-20.rnc including this and all previous changes.

In http://www.w3.org/MarkUp/Forms/wiki/XForms-nons-20.rnc

Change

xforms.actions.attrib =
   xforms.Events.attrib,
   attribute if { XPathExpression }?,
   attribute while { XPathExpression }?

to

xforms.actions.attrib =
   xforms.Events.attrib,
   attribute if { XPathExpression }?,
   attribute while { XPathExpression }?,
   attribute iterate { XPathExpression }?

Leigh.

Received on Wednesday, 18 April 2012 18:27:30 UTC