probably because, in the underlying xml
the link element's href attribute value
has the data; whereas all the other data
is simply element text.

something like the following may be needed:
    $av = $entry->link;
    $href = $av[0]->href;

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Base Data API" 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://groups.google.com/group/Google-Base-data-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to