<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id$ -->
<xsp:page
xmlns:xsp="http://apache.org/xsp/core/v1"
xmlns:cart="http://today.icantfocus.com/CPAN/AxKit/XSP/Handel/Cart"
>
<body>
<cart:new>
<cart:description>My New Shopping Cart</cart:description>
<cart:id>7B1A38C8-36CA-4403-B3D4-C7D327131F37</cart:id>
<cart:name>New Cart</cart:name>
<cart:shopper>D7B1057E-6998-4813-9F97-702C405DFB9E</cart:shopper>
<cart:type>CART_TYPE_TEMP</cart:type>
<cart:results>
<cart>
<count><cart:count/></count>
<description><cart:description/></description>
<id><cart:id/></id>
<name><cart:name/></name>
<shopper><cart:shopper/></shopper>
<subtotal><cart:subtotal/></subtotal>
<type><cart:type/></type>
</cart>
</cart:results>
<cart:no-results>
<message>Error creating shopping cart</message>
</cart:no-results>
</cart:new>
</body>
</xsp:page>