August 2003
Beginner to intermediate
240 pages
7h 44m
English
instance( ) — provides access to an alternate XForms instance
| Defined in: XForms 1.0 |
Parameters: string instance-idref (required) |
| Return type: node-set |
XPath allows multiple separate instance data areas. This function returns the root node of the specified instance data. Normally, this function appears on the left-hand side of a path expression.
This example returns a node-set consisting of the
rate element node from the instance named
“taxtable”:
instance('taxtable')/rateRead now
Unlock full access