option_strings: general format

This section specifies the general format, syntax and processing of option string parameters in XML Services. Actions of individual options are described in the functions that reference them.

Any function that has an option_string parameter accepts the union of all options, and ignores any options that do not apply to that particular function.

This “union options” approach lets you use a single option_string variable for all XML Services functions.

Syntax

option_string::= basic_string_expression

Description