logical-or
This function requires both input values to be Boolean. If at least one of the input values is true, then the result is true. Otherwise, the result is false.
This function can be extended to take additional arguments, see Add or Delete Function Arguments.
Languages
Built-in, C++, C#, Java, XQuery, XSLT 1.0, XSLT 2.0, XSLT 3.0.
Parameters
Argument | Description |
---|---|
value1 | Mandatory parameter. Provides the first value to compare. |
value2 | Mandatory parameter. Provides the second value to compare. |
Example
The result of the mapping below is true, because at least one of the function's arguments is true.