<nxml>
…………略…………
  <data:documentDataSource id="products" source="products.xml" xmlns:data="http://nexaweb.com/data"/> ←−−−1

…………略…………
      <table height="105" width="200" borderPosition="center" id="menu">
        <column>
          <header text="商品名"/>
        </column>
…………略…………
        <row>
          <cell text="{ bind('dataSource=products; select=/products/product/name') }"/> ←−−−2
          <cell text="{ bind('dataSource=products; select=/products/product/price') }"/> ←−−−2
          <checkBox height="25" text="" width="100"/>
        </row>
      </table>
…………略…………
</nxml>