-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontacts.xml
More file actions
57 lines (57 loc) · 1.33 KB
/
contacts.xml
File metadata and controls
57 lines (57 loc) · 1.33 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
<?xml version="1.0" encoding="UTF-8"?>
<contacts>
<contact>
<first_name>dwdewdew</first_name>
<last_name>yuf</last_name>
<phone_number>yfu</phone_number>
<notes>yfuu</notes>
</contact>
<contact>
<first_name>Priyank</first_name>
<last_name>Koul</last_name>
<phone_number>7006293359</phone_number>
<notes>NIL</notes>
</contact>
<contact>
<first_name>priyank</first_name>
<last_name>koul</last_name>
<phone_number>123456789</phone_number>
<notes>qwert</notes>
</contact>
<contact>
<first_name>Priyank</first_name>
<last_name>Koul</last_name>
<phone_number>12345678</phone_number>
<notes>qwe</notes>
</contact>
<contact>
<first_name>Priyank</first_name>
<last_name>Koul</last_name>
<phone_number>123456789</phone_number>
<notes>wqswqd</notes>
</contact>
<contact>
<first_name>scwdc</first_name>
<last_name>verververv</last_name>
<phone_number>12</phone_number>
<notes>dwed</notes>
</contact>
<contact>
<first_name>wdew</first_name>
<last_name>dwede</last_name>
<phone_number>121323</phone_number>
<notes>qs2w</notes>
</contact>
<contact>
<first_name>Priyank</first_name>
<last_name>koul</last_name>
<phone_number>121</phone_number>
<notes>dwec</notes>
</contact>
<contact>
<first_name>happy</first_name>
<last_name>birthday</last_name>
<phone_number>7006293359</phone_number>
<notes>hello world</notes>
</contact>
</contacts>