On Aug 22, 2005, at 9:27 PM, A. Pagaltzis wrote:

It's got another advantage.  You connect and ask for the feed.
You get

<feed xmlns="http://www.w3.org/2005/Atom";>
 ....... goes on forever ........

and none of the entry documents need to redeclare the Atom
namespace, which saves quite a few bytes after the first
hundred thousand or so entries. -Tim

That’s the first really solid pro-single-doc argument I see…

There's another. You don't have to create a new XML parser for each of the entries. In most programming environments, that's a time- saver. -Tim


Reply via email to