|
Home >Online Product Documentation >Table of Contents >Condition Blocks Condition BlocksThe Stylus Studio XQuery mapper allows you to graphically define the following types of conditions:
l Equal (=)
l Less than (<)
l Greater than (>)
l Less than or equal to (<=)
l Greater than or equal to (>=)
l and (&)
l or (||)
All condition blocks have two input ports and a single Return port, as shown in this example of a greater than block. You can map the Return port to a target structure element or attribute, or to the input port on a FLWOR, function, IF, or another condition block. |