Hello. I am trying to query my contacts with the following code: $obj->phoneNumber = (string) $xml->phoneNumber-rel="http://schemas.google.com/g/2005#work";
The above does not work. This does: $obj->phoneNumber = (string) $xml->phoneNumber; However, it only selects the first phone number. Does anyone know how have it pull the work number referenced above? I am not clear how to call the attribute rel="http://schemas.google.com/g/2005#work" Thanks! -- You received this message because you are subscribed to the Google Groups "Google Contacts, Shared Contacts and User Profiles APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://code.google.com/apis/contacts/community/forum.html
