Another request, it's related to my other request but I feel it needs it's 
own topic all the same, since it might make it easier to search for the 
topic in the future (providing it's solved of course!)

I acquire a feed of calendar events, and get some Atom XML returned, like 
this:

<?xml version='1.0' encoding='UTF-8'?>
<feed xmlns='http://www.w3.org/2005/Atom'>
    <entry>
        <link rel='edit' type='application/atom+xml' 
href='https://www.google.com/calendar/feeds/pp01%40lani.dk/private/full/9mnoopca4i96vsfr6ub306sdto/93441386783'/>
    </entry>
    <entry>
        <link rel='edit' type='application/atom+xml' 
href='https://www.google.com/calendar/feeds/pp01%40lani.dk/private/full/jtmpfkcvc4ek87tvnsb610bb64/93441386782'/>
    </entry>
    <entry>
        <link rel='edit' type='application/atom+xml' 
href='https://www.google.com/calendar/feeds/pp01%40lani.dk/private/full/5di8marsofivnvkjm1udiek0i4/93441386781'/>
    </entry>
    <entry>
        <link rel='edit' type='application/atom+xml' 
href='https://www.google.com/calendar/feeds/pp01%40lani.dk/private/full/cd6kt43dvr16143edpluuvkl5g/93441386780'/>
    </entry>
    <entry>
        <link rel='edit' type='application/atom+xml' 
href='https://www.google.com/calendar/feeds/pp01%40lani.dk/private/full/dttu6q9fjk1g8ck22v7d963tt4/93441386789'/>
    </entry>
</feed>

But how would I go about acquiring these edit hrefs in classic ASP? I've 
been unable to find a proper way to parse the XML - have anyone managed to 
figure this out?

Regards,

Mikkel

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

Reply via email to