August 2003
Beginner to intermediate
240 pages
7h 44m
English
property( ) — returns the value of a given XForms property
| Defined in: XForms 1.0 |
Parameters: string propname (required) |
| Return type: string |
XForms specifies certain property strings that can be retrieved with this function:
version returns the XForms version number
conformance-level returns the XForms conformance
level, either “basic” or
“full”
This example returns 1.0, assuming the processing environment claims to be XForms 1.0 compliant:
property("version")Read now
Unlock full access