Tips
XPath tips
XForms requested type vs. XPath typed value
Boolean comparisons
<xf:bind ref="is-soap" type="xs:boolean"/>
...
<xf:action if="is-soap = 'true'"><xf:action if="is-soap = true()"><xf:action if="data(is-soap)"><xf:action if="string(is-soap) = 'true'">See also
Last updated