<?xml version="1.0" encoding="Shift_JIS" ?>
<xi:program xmlns:xi="http://www.baykit.org/Xi/1.1">
<html><body>
<xi:variable name="exchange_rate">124.80</xi:variable>
<xi:variable name="yen_total_price">0</xi:variable>
<xi:for-each item="e" select="$Util.collection(200, 500, 800)">
<xi:set select="$yen_total_price + $e * $exchange_rate" out="$yen_total_price"/>
</xi:for-each>
合計は<xi:value-of select="$yen_total_price"/>円です。<br/>
</body></html>
</xi:program>
|