Hello, I've been able to incorporate a feed from my public calendar into my site using the normal PHP way of going about it: with getElementbyTagName for normal xml values and getAttributeNode for the namespaces.
However, I'm trying to use the Zend GData library to integrate with other parts of my site and I can't seem to find any documentation on parsing the namespaces in values like *gd:when(valuestring)* or *gd:where(starttime & endtime)* Other than just creating a new DOMDocument within the instance of getCalendarEventFeed ... is there a more efficient way of doing this. I've looked at getCalendarEventFeed but still don't see any docs on the parsing of the namespaces. Also, if I'm just grabbing a feed of the last 5 entries, I SHOULD be able to iterate through them and pull out the values I need - *including* the namespaces, right? -- You received this message because you are subscribed to the Google Groups "Google Calendar 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://code.google.com/apis/calendar/community/forum.html
