there should be no need for attribute-name iteration.

try something like:
  $ed = $entry->getGbaseAttribute('expiration_date');
  $ed[0]->text;

there is also:
  $entry->getUpdated();

however, this will not necessarily insulate you
from google requirements changes; the attribute
name can change as easily as a default value --
i believe either has yet to change.

-- 
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