-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathadd_book_data2.xml
More file actions
47 lines (47 loc) · 1.29 KB
/
add_book_data2.xml
File metadata and controls
47 lines (47 loc) · 1.29 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
<address_book>
<person>
<first_name>Chris</first_name>
<last_name>Barker</last_name>
<office_phone>123-456-7890</office_phone>
<home_phone>206-555-1234</home_phone>
<address>
<line_1>835 NE 33rd St</line_1>
<city>Seattle</city>
<state>WA</state>
<line_2 />
<zip>96543</zip>
</address>
<cell_phone>234-567-8901</cell_phone>
<email>PythonCHB@gmail.com</email>
</person>
<person>
<first_name>Fred</first_name>
<last_name>Jones</last_name>
<office_phone>564-466-7990</office_phone>
<home_phone>510-555-1234</home_phone>
<address>
<line_1>123 SE 13th St</line_1>
<city>Tacoma</city>
<state>WA</state>
<line_2>Apt. 43</line_2>
<zip>93465</zip>
</address>
<cell_phone>403-561-8911</cell_phone>
<email>FredJones@some_company.com</email>
</person>
<person>
<first_name>Nancy</first_name>
<last_name>Wilson</last_name>
<office_phone>123-765-9877</office_phone>
<home_phone>423-321-9876</home_phone>
<address>
<line_1>8654 Walnut St</line_1>
<city>Pasadena</city>
<state>CA</state>
<line_2>Suite 567</line_2>
<zip>12345</zip>
</address>
<cell_phone>432-567-8466</cell_phone>
<email>Wilson.Nancy@gmail.com</email>
</person>
</address_book>