<?xml version='1.0' encoding='utf-8'?>
<!-- Ship Order -->


<shipOrder>
  <shipTo>
    <name>Jane Meyers</name>
    <street>138th Street</street>
    <address>Convent Avenue</address>
    <country>US</country>
  </shipTo>
  <items>
    <item>
      <title>Distributed Systems</title>
      <isbn>0-201-61918-0</isbn>	
      <quantity>1</quantity>
      <price>50.95</price>
    </item>
    <item>
      <title>The Nature of Mind</title>
      <isbn>0-534-94566-x</isbn>
      <quantity>1</quantity>
      <price>45.90</price>
    </item>
  </items>
</shipOrder>