vectorRequestOR
The output is the logical OR of the outputs of all included requests. This means that it will evaluate to true if at least one of the enclosed requests evaluates to true. The requests after the first true outputted are not evaluated.
Example
<vectorRequestOR> <ANDRequestWrapper> <requestPrint /> </ANDRequestWrapper> </vectorRequestOR>
Places this can be found
In vectorRequest there is a choice between all of the following