The help() function

Release 2.0 - ...

The help() function returns the help belonging to a specific node or the help of an element with a corresponding id attribute.

XML CopyCode image Copy Code
string sxf:help(node or id)

When the parameter represents an Xml node, the contents of the (first) help element bound to this node will be returned.

Otherwise, the parameter is interpreted as string and will be used to find an xforms element with corresponding id attribute. If found, the help contents of this element is then returned.

Example:

XML CopyCode image Copy Code
<xf:output value="sxf:help(node())" />

Namespaces

This function is available within the Smartsite XForms namespace (http://smartsite.nl/namespaces/xforms/1.0).