-<!--
  Copyright 1999-2004 The Apache Software Foundation

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
-->
-<page>
<title>B2B processing</title>
-<content>
-<form action="process-order" id="FORM1" method="post" name="FORM1">
<para>Input your XML document here:</para>
<textarea cols="80" id="TEXTAREA1" name="Foo" rows="60"><?xml version="1.0"?> <Orders> <OrderID>20259</OrderID> <CustomerID>WWWWWWW</CustomerID> <EmployeeID>6</EmployeeID> <OrderDate>2001-05-05 00:00:00</OrderDate> <RequiredDate>2001-06-05 00:00:00</RequiredDate> <ShippedDate>2001-06-01 00:00:00</ShippedDate> <ShipVia>1</ShipVia> <Freight>11.6100</Freight> <ShipName>Thoms White</ShipName> <ShipAddress>Somestr. 48</ShipAddress> <ShipCity>Munster</ShipCity> <ShipRegion>West</ShipRegion> <ShipPostalCode>00000</ShipPostalCode> <ShipCountry>Germany</ShipCountry> <OrderDetails> <OrderID>20259</OrderID> <ProductID>51</ProductID> <UnitPrice>42.4000</UnitPrice> <Quantity>40</Quantity> <Discount>0.0</Discount> </OrderDetails> <OrderDetails> <OrderID>20259</OrderID> <ProductID>14</ProductID> <UnitPrice>18.6000</UnitPrice> <Quantity>9</Quantity> <Discount>0.0</Discount> </OrderDetails> <OrderDetails> <OrderID>20259</OrderID> <ProductID>7</ProductID> <UnitPrice>12.4000</UnitPrice> <Quantity>30</Quantity> <Discount>0.0</Discount> </OrderDetails> <Customers> <CustomerID>WWWWWWW</CustomerID> <CompanyName>Thomas White</CompanyName> <ContactName>Karin Black</ContactName> <ContactTitle>Marketing Manager</ContactTitle> <Address>Somestr. 48</Address> <City>Munster</City> <Region>West</Region> <PostalCode>00000</PostalCode> <Country>Germany</Country> <Phone>xxxx-yyyyyy</Phone> <Fax>xxxx-yyyyyy</Fax> </Customers> </Orders> </textarea>
<input id="submit1" name="submit1" type="submit" value="Submit"/>
</form>
</content>
</page>