-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample_import.xml
More file actions
79 lines (79 loc) · 1.86 KB
/
Copy pathsample_import.xml
File metadata and controls
79 lines (79 loc) · 1.86 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0" encoding="utf-8"?>
<data xmlns="http://mfctest.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<trip>
<delivery customer_name="kama" address="jama">
<delivery_item>
<name>milk</name>
<unit>bottle</unit>
<quantity>2</quantity>
<price>3</price>
<total>6</total>
</delivery_item>
<delivery_item>
<name>milk</name>
<unit>bottle</unit>
<quantity>2</quantity>
<price>3</price>
<total>6</total>
</delivery_item>
<delivery_item>
<name>vodka</name>
<unit>bottle</unit>
<quantity>2</quantity>
<price>3</price>
<total>6</total>
</delivery_item>
<delivery_item>
<name>beer</name>
<unit>can</unit>
<quantity>2</quantity>
<price>3</price>
<total>6</total>
</delivery_item>
<delivery_item>
<name>pickle</name>
<unit>unit</unit>
<quantity>2</quantity>
<price>0.50</price>
<total>1</total>
</delivery_item>
</delivery>
<delivery customer_name="lambikas" address="Jaama 555">
<delivery_item>
<name>beans</name>
<unit>can</unit>
<quantity>2</quantity>
<price>3</price>
<total>6</total>
</delivery_item>
<delivery_item>
<name>milk</name>
<unit>bottle</unit>
<quantity>2</quantity>
<price>3</price>
<total>6</total>
</delivery_item>
<delivery_item>
<name>vodka</name>
<unit>bottle</unit>
<quantity>2</quantity>
<price>3</price>
<total>6</total>
</delivery_item>
<delivery_item>
<name>beer</name>
<unit>can</unit>
<quantity>2</quantity>
<price>3</price>
<total>6</total>
</delivery_item>
<delivery_item>
<name>pickle</name>
<unit>unit</unit>
<quantity>2</quantity>
<price>0.50</price>
<total>1</total>
</delivery_item>
</delivery>
</trip>
</data>