数値の割当て方法
次の例は、XPath式に整数値100を割り当てる方法を示しています。
<assign>
<!-- copy from integer expression to the variable -->
<copy>
<from expression="100"/>
<to variable="output" part="payload" query="/p:result/p:quantity"/>
</copy>
</assign>