-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathemployees.xml
More file actions
35 lines (35 loc) · 826 Bytes
/
employees.xml
File metadata and controls
35 lines (35 loc) · 826 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
32
33
34
35
<company>
<employee>
<name>Negan</name>
<age>40</age>
<email>imnegan@twd.com</email>
<address>
<city>Chicago</city>
<state>Illinois</state>
<pin>35245</pin>
<landmark>Near hill top</landmark>
</address>
</employee>
<employee>
<name>Louis</name>
<age>24</age>
<email>talktolouis@twd.com</email>
<address>
<city>Ashburn</city>
<state>Virginia</state>
<pin>125445</pin>
<landmark>Near hill top</landmark>
</address>
</employee>
<employee>
<name>Chan</name>
<age>33</age>
<email>chantalks@twd.com</email>
<address>
<city>Little Rock</city>
<state>Arkansas</state>
<pin>201301</pin>
<landmark>Near hill top</landmark>
</address>
</employee>
</company>