Hi

I the client a collection from the server, e.g.

<feed>
 <link href="entry1"/>
 <link href="entry2"/>
 ...
</feed>

and the client wants to display these entries, e.g. the title and date
of each entry, so IIUC the client has to request every entry separately,
right?

What about something minimal like

<feed>
 <link href="entry1" title="My most recent entry" date="2006.06.22"/>
 <link href="entry2" title="My very first entry" date="2006.06.15"/>
 ...
</feed>

such that the client doesn't have to request every entry?

Thanks

Michi

--
Michael Wechner
Wyona      -   Open Source Content Management   -    Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
[EMAIL PROTECTED]                        [EMAIL PROTECTED]
+41 44 272 91 61

Reply via email to