|
Home >Online Product Documentation >Table of Contents >Logical Operators Logical OperatorsThe Stylus Studio XSLT 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 output 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 an XSLT instruction, XPath function, or another condition block. |