以下の XML サンプルは、上記のサンプルと同様です。 要求内に条件を指定します。 論理上、結果は同じですが、このサンプルでは 2 つの要求がサブミットされます。 最初の要求の応答ステータスに対する確認は、複合条件を実行するために追加されています。
<script>samplethree
<request>
<parse>Computer %%V1%% International</parse>
<url>www.aaa.com</url>
</request>
<request>
<if>%%V1%%=Associates & %%respstatus%%=normal
<then>
<url>www.bbb.com</url>
</then>
<else>
<url>www.ccc.com</url>
</else>
</if>
</request>
</script>
|
Copyright © 2013 CA.
All rights reserved.
|
|