<nxml xmlns:data="http://nexaweb.com/data">
・・・略・・・
  <data:currencyFormatter id="currencyFormatter"/> ----(1)

  <data:iterator name="itr" dataSource="products" select="//product">
    <row>
      <cell text="{ *('name') }"/>
      <cell text="{ bind('select=price/text();dataSource=itr;formatter=currencyFormatter') }"/> ---(2)
      <checkBox height="25" text="" width="100"/>
    </row>
  </data:iterator>
・・・略・・・