-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOrders.xml
More file actions
31 lines (31 loc) · 830 Bytes
/
Orders.xml
File metadata and controls
31 lines (31 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" standalone="yes"?>
<DocumentElement>
<Orders>
<OrderID>10248</OrderID>
<OrderDate>1996-07-04</OrderDate>
<ShippedDate>1996-07-16</ShippedDate>
<ShipCountry>France</ShipCountry>
<OrderTotal>650</OrderTotal>
</Orders>
<Orders>
<OrderID>10249</OrderID>
<OrderDate>1996-07-05</OrderDate>
<ShippedDate>1996-07-10</ShippedDate>
<ShipCountry>Germany</ShipCountry>
<OrderTotal>1750</OrderTotal>
</Orders>
<Orders>
<OrderID>10250</OrderID>
<OrderDate>1996-07-08</OrderDate>
<ShippedDate>1996-07-12</ShippedDate>
<ShipCountry>Brazil</ShipCountry>
<OrderTotal>2170</OrderTotal>
</Orders>
<Orders>
<OrderID>10251</OrderID>
<OrderDate>1996-07-08</OrderDate>
<ShippedDate>1996-07-15</ShippedDate>
<ShipCountry>France</ShipCountry>
<OrderTotal>1057</OrderTotal>
</Orders>
</DocumentElement>