<nxml xmlns:data="http://nexaweb.com/data">
・・・略・・・

  <data:documentDataSource id="products" source="/findAllProduct.htm"/>  ---(1)

・・・略・・・

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