- From: Leigh L Klotz Jr <leigh.klotz@xerox.com>
- Date: Wed, 18 Apr 2012 11:24:17 -0700
- To: public-xformsusers@w3.org
- CC: Leigh L Klotz Jr <leigh.klotz@xerox.com>
Received on Wednesday, 18 April 2012 18:24:50 UTC
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.repeat.attrib =
xforms.Common.attrib,
xforms.Sequence.Binding.attrib,
xforms.UI.Common.attrib,
attribute startindex { positiveInteger-avt }?,
attribute number { nonNegativeInteger-avt }?
to
xforms.repeat.attrib =
xforms.Common.attrib,
xforms.Sequence.Binding.attrib,
xforms.UI.Common.attrib,
*attribute indexref { XPathExpression }?,*
attribute startindex { positiveInteger-avt }?,
attribute number { nonNegativeInteger-avt }?
A similar change to add @xforms:repeat-indexref will be needed in the
XForms+XHTML integration, TBD.
Leigh.
Received on Wednesday, 18 April 2012 18:24:50 UTC