<?xml version="1.0" encoding="UTF-8"?>
<products>
  <product>
    <title>Widget</title>
    <id>10</id>
    <color>red</color>
    <description>This finely crafted red widget, with over 10 jewels,
    will be a welcome addition to any widget collection.</description>
  </product>
  <product>
    <title>Box Of Peeps</title>
    <id>11</id>
    <color>yellow</color>
  </product>
  <product>
    <title>USB Cable</title>
    <id>12</id>
    <color>green</color>
    <description>A lovely USB cable (includes a free Widget)</description>
    <bundle><id>10</id></bundle>
  </product>
</products>
