XForms actions
Introduction
xf:setvalue
xf:setvalue(ref = "//first-name") // clear the value of the `first-name` element, if found
xf:setvalue(ref = "//submit-date", value = "current-date()") // set the value of the `submit-date` element, if found, to the current datexf:dispatch
xf:send
xf:show
xf:hide
Last updated