call command


Usage

call id [xpath | expression]*

Description

Call an XSH subroutine named id previously created using def. If the subroutine requires some paramters, these have to be specified after the id. Node-list parameters are given by means of xpath expressions. String parameters have to be string expressions.

See Also

def, return

Sections

Flow control