Which xml parse method?

Hello,

if you had some xml like the example below, coming from a remote file, say mail.google.com, what is a quick parse script in php to list out all of my contacts?

Name, Email<br /> for each item listed, so that its just a long list of names and emails.

I dont know how to parse the <contact> as it has the 2 parts, name and email.


[COLOR=#0000ff]<?xml version="1.0" encoding="UTF-8" ?>[/COLOR] 
[**[FONT=Courier New][COLOR=#ff0000]-[/COLOR][/FONT]**](https://api.rapleaf.com/v2/abook/?login=petermdenton@gmail.com&password=neversayne&api_key=37433dd67a4ccfaa79b12272b116b2a3#) [COLOR=#0000ff]<[/COLOR][COLOR=#990000]contacts[/COLOR][COLOR=#0000ff]>[/COLOR]
**[FONT=Courier New][COLOR=#ff0000] [/COLOR][/FONT]**  [COLOR=#0000ff]<[/COLOR][COLOR=#990000]contact[/COLOR] [COLOR=#990000]name[/COLOR][COLOR=#0000ff]="name[/COLOR][COLOR=#0000ff]"[/COLOR][COLOR=#990000] email[/COLOR][COLOR=#0000ff]="example[/COLOR]**@mobile.mycingular.com**[COLOR=#0000ff]" />[/COLOR] 

**[FONT=Courier New][COLOR=#ff0000] [/COLOR][/FONT]**  [COLOR=#0000ff]<[/COLOR][COLOR=#990000]contact[/COLOR] [COLOR=#990000]name[/COLOR][COLOR=#0000ff]="[/COLOR]**a.lehnig**[COLOR=#0000ff]"[/COLOR][COLOR=#990000] email[/COLOR][COLOR=#0000ff]="example[/COLOR]**@hotmail.com**[COLOR=#0000ff]" />[/COLOR]