<?xml version="1.0" encoding="Shift_JIS" standalone="no" ?>
<?xml-stylesheet type="text/xsl" href="sort_style.xsl" ?>
<doc>
  <info>
    <id>0001</id>
    <title>XML サンプル - 1</title>
    <category>CD-ROM</category>
    <price>10</price>
    <quantity>100</quantity>
  </info>
  <info>
    <id>0002</id>
    <title>XML サンプル - 2</title>
    <category>DVD</category>
    <price>15</price>
    <quantity>60</quantity>
  </info>
  <info>
    <id>0003</id>
    <title>XML サンプル - 3</title>
    <category>本</category>
    <price>5</price>
    <quantity>300</quantity>
  </info>
  <info>
    <id>0004</id>
    <title>XML サンプル - 4</title>
    <category>ビデオテープ</category>
    <price>600</price>
    <quantity>10</quantity>
  </info>
  <info>
    <id>0005</id>
    <title>XML サンプル - 5</title>
    <category>人</category>
    <price>1000</price>
    <quantity>3</quantity>
  </info>
</doc>
