<?xml version="1.0" ?>
<transaction>
  <order number="123456">
    <customer>
      <last>"McFamous"</last>
      <first>"Joe"</first>
      <email>"joe@famous.com"</email>
      <phone>"123-456-7890"</phone>
      <billing>
        <bstreet>"123 Fake St"</bstreet>
        <bcity>"Boston"</bcity>
        <bstate>"MA"</bstate>
        <bzipcode>"02115"</bzipcode>
      </billing>
      <shipping>
        <sstreet>"123 Fake St"</sstreet>
        <scity>"Boston"</scity>
        <sstate>"MA"</sstate>
        <szipcode>"02115"</szipcode>
      </shipping>
      <cctype>"VISA"</cctype>
      <ccnum>"1234-5678-9090-1212"</ccnum>
    </customer>
    <order_info>
      <item>"DVD"</item>
      <title>
        <![CDATA[
          PI
        ]]>
      </title>
      <tax>"$1.00"</tax>
      <ship_hand>"$4.00"</ship_hand>
      <deliv_type>"ground"</deliv_type>
      <deliv_cost>"$8.00"</deliv_cost>
      <total>"$16.00"</total>
    </order_info>
  </order>
</transaction>

