On 7/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Author: jmsnell
Date: Fri Jul 14 08:55:05 2006
New Revision: 421928
URL: http://svn.apache.org/viewvc?rev=421928&view=rev
Log:
RFC4287 states that all of the metadata elements in atom:feed should come
before the list of atom:entry elements.
Before this change, if I did feed.addEntry(); feed.addCategory("foo");, it
would produce invalid atom. Now it checks
to make sure that the category is being inserted before the list of entries.
What does it do in the other case? It looks to me like it just
silently does nothing, which doesn't seem right...
-garrett