Not editable
ref
attribute points to current value of model piece using XPath
value
attribute calculates using XPath expression
Mutually exclusive
Page updates as user fills in form without JavaScript or server round-trip
Total: <output ref="order/total" />
Tax: <output value="0.825 * order/total" />