XForms 2.0 support
Here at the feature from XForms 2.0 and its XPath expression module that are available as of Orbeon Forms 4.3:
xf:varxf:repeatover sequences of atomic values and nodesdeprecation of
nodesetin favor ofrefmultiple MIPs of the same property affecting the same node
AVTs (Attribute Value Templates)
acceptattribute onxf:uploadxf:propertychild ofxf:dispatchelementiterateattribute on actionsxf:valid()function
XForms 2.0 features added with Orbeon Forms 4.5:
xf:bind()function
XForms 2.0 features added with Orbeon Forms 4.8:
caserefattribute onxf:switchThis allows storing the value of the currently-selected case to instance data.
case()functionThis function was already available as
xxf:case()in previous versions.
XForms 2.0 features added with Orbeon Forms 2016.1:
xf:submissionandxf:instanceJSON support.This allows receiving
application/jsoncontent. The JSON received is converted to an XML representation friendly to XPath expressions. This allows receiving data from JSON services and using it in your forms, including via Form Builder services.This also allows sending
application/jsoncontent, based on an XML representation.
XForms 2.0 features added with Orbeon Forms 2017.1:
nonrelevantattribute on<xf:submission>This deprecates the
relevantattribute.The values are
keep,remove, andempty.
For what remains to be implemented, see the issues tagged "XForms 2.0".
Last updated