<?xml version="1.0" standalone="no"?>

<!-- Address Book -->

<!-- Root element -->

<address_book>

<!-- Record number 1 -->
<record>

<name_contact>
<first_name> Richard </first_name>
<middle_name> Raymond </middle_name>
<last_name> Clairicia </last_name>
</name_contact>
 
<address_contact><info> Address information: </info>
<street1> 6363 Apple Avenue </street1>
<city> Culver City </city>
<state> California </state>
<zip_code> 90233 </zip_code>
</address_contact>

<phone_contact><info> Phone information: </info>

<home_number> 619-467-9800 </home_number>
<work_number> 1800-345-7890 </work_number>
<fax_number> 619-489-7867 </fax_number>
<cellular> 619-567-9000 </cellular>

</phone_contact>

<internet_contact><info> Internet information: </info>

<e_mail> richard@home.com </e_mail>
<website> www.richard.com </website>

</internet_contact>


<other_dates><info> Dates </info>
<birthdate> 11/23/77 </birthdate>
<anniversary> 05/13/12 </anniversary>
</other_dates>

<other_info>
<comment> Are we having fun yet?  </comment>
</other_info>
</record>


<!-- Record number 2 -->
<record>

<name_contact>
<first_name> Porky </first_name>
<middle_name> P. </middle_name>
<last_name> Pig </last_name>
</name_contact>
 
<address_contact><info> Address information: </info>
<street1> 1234 Bacon Lane </street1>
<street2> Apartment No. 1 </street2>
<city> Warner Brothers </city>
<state> California </state>
<zip_code> 90120 </zip_code>
</address_contact>

<phone_contact><info> Phone information: </info>

<home_number> 123-456-7890 </home_number>
<work_number> 234-567-9849 </work_number>
<fax_number> 098-234-8475 </fax_number>
<pager> 1-800-759-8255 </pager>
<cellular> 345-495-9384 </cellular>

</phone_contact>

<internet_contact><info> Internet information: </info>

<e_mail> porkypig@hotmail.com </e_mail>
<website> www.porkypig.com </website>

</internet_contact>


<other_dates><info> Dates </info>
<birthdate> 01-01-01 </birthdate>
<anniversary> 02-02-02 </anniversary>
</other_dates>

<other_info>
<comment> That's all folks!!! </comment>
</other_info>
</record>


<!-- Record number 3 -->
<record>

<name_contact>
<first_name> Sylvester </first_name>
<middle_name> D. </middle_name>
<last_name> Cat </last_name>
</name_contact>
 
<address_contact><info> Address information: </info>
<street1> 3948 Tweety Drive </street1>
<street2> Apartment No. 4 </street2>
<city> Warner Brothers </city>
<state> California </state>
<zip_code> 90120 </zip_code>
</address_contact>

<phone_contact><info> Phone information: </info>

<home_number> 123-487-3874 </home_number>
<work_number> 378-837-3948 </work_number>
<fax_number> 983-294-9748 </fax_number>
<cellular> 594-298-39540 </cellular>

</phone_contact>

<internet_contact><info> Internet information: </info>

<e_mail> sylvester@yahoo.com </e_mail>
<website> www.sylvesterthecat.com </website>

</internet_contact>


<other_dates><info> Dates </info>
<birthdate> 12-23-34 </birthdate>
<anniversary> 12-25-67 </anniversary>
</other_dates>

<other_info>
<comment> Where is my dear friend Tweety? </comment>
</other_info>
</record>

<!-- Record number 4 -->
<record>

<name_contact>
<first_name> Pluto </first_name>
<middle_name> C. </middle_name>
<last_name> Dog </last_name>
</name_contact>
 
<address_contact><info> Address information: </info>
<street1> 1236 Bone Lane </street1>
<street2> Apartment No. 8 </street2>
<city> Walt Disney </city>
<state> California </state>
<zip_code> 90120 </zip_code>
</address_contact>

<phone_contact><info> Phone information: </info>

<home_number> 310-450-7890 </home_number>
<work_number> 310-567-9000 </work_number>
<fax_number> 310-234-8475 </fax_number>
<pager> 1-800-888-8255 </pager>
<cellular> 310-495-0000 </cellular>

</phone_contact>

<internet_contact><info> Internet information: </info>

<e_mail> Pluto@hotmail.com </e_mail>
<website> www.pluto.com </website>

</internet_contact>


<other_dates><info> Dates </info>
<birthdate> 02-01-01 </birthdate>
<anniversary> 02-01-02 </anniversary>
</other_dates>

<other_info>
<comment> Where is my life? </comment>
</other_info>
</record>

<!-- Record number 5 -->
<record>

<name_contact>
<first_name> Tweety </first_name>
<middle_name> B. </middle_name>
<last_name> Little bird </last_name>
</name_contact>
 
<address_contact><info> Address information: </info>
<street1> 1234 Tree Lane </street1>
<street2> Apartment No. 12 </street2>
<city> Warner Brothers </city>
<state> California </state>
<zip_code> 90120 </zip_code>
</address_contact>

<phone_contact><info> Phone information: </info>

<home_number> 310-456-7890 </home_number>
<work_number> 310-567-9849 </work_number>
<pager> 1-800-759-8255 </pager>
<cellular> 310-495-9384 </cellular>

</phone_contact>

<internet_contact><info> Internet information: </info>

<e_mail> Tweety@hotmail.com </e_mail>
<website> www.tweety.com </website>

</internet_contact>


<other_dates><info> Dates </info>
<birthdate> 01-01-99 </birthdate>
<anniversary> 02-02-01 </anniversary>
</other_dates>

<other_info>
<comment> I tink I taw a puddy tat </comment>
</other_info>
</record>
</address_book>
  
