File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ <purchaseOrder orderDate =" 1999-10-20" >
2
+ <shipTo country =" US" >
3
+ <name >Alice Smith</name >
4
+ <street >123 Maple Street</street >
5
+ <city >Mill Valley</city >
6
+ <state >CA</state >
7
+ <zip >90952</zip >
8
+ </shipTo >
9
+ <billTo country =" US" >
10
+ <name >Robert Smith</name >
11
+ <street >8 Oak Avenue</street >
12
+ <city >Old Town</city >
13
+ <state >PA</state >
14
+ <zip >95819</zip >
15
+ </billTo >
16
+ <comment >Hurry, my lawn is going wild!</comment >
17
+ <items >
18
+ <item partNum =" 872-AA" >
19
+ <productName >Lawnmower</productName >
20
+ <quantity >1</quantity >
21
+ <USPrice >148.95</USPrice >
22
+ <comment >Confirm this is electric</comment >
23
+ </item >
24
+ <item partNum =" 926-AA" >
25
+ <productName >Baby Monitor</productName >
26
+ <quantity >1</quantity >
27
+ <USPrice >39.98</USPrice >
28
+ <shipDate >1999-05-21</shipDate >
29
+ </item >
30
+ </items >
31
+ </purchaseOrder >
You can’t perform that action at this time.
0 commit comments