This statement has the following parameter:
Parameter | Description |
---|---|
Parameter list | A list containing at least one and no more than 20 name/value pairs to be used whenever transform operations are performed. The name portion of an entry is a nonnumeric literal or identifier of an alphanumeric data item that specifies the name of the parameter. The value portion of an entry is a literal or identifier of a data item that specifies the value of the parameter named by its associated name portion; the value may be numeric or nonnumeric. |
The XML SET XSL-PARAMETERS statement passes a list of name/value pairs to XML Extensions, where they are stored until one of the following occurs:
The saved parameters are used whenever any of the following transform operations occur:
A maximum of 20 name/value pairs may be specified. If more than 20 pairs are specified or the parameters are not specified as pairs, an error will be reported.
XML SET XSL-PARAMETERS "MY-COUNT", 7. IF NOT XML-OK GO TO Z.