Hi,

I've tried running an atom feed generated using Resltet 1.1 through the w3c 
validator.

I get errors about the timestamps not being RFC3339 compatible (i'm using the 
Java Date class to populate nodes like <updated>).

Also I get an error about the namespace:

      line 3, column 0: Avoid Namespace Prefix: atom 

where line 3 is

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

I'm assuming that validation is a problem because some feed aggregators, e.g. 
FeedReader, refuse to display the feed, while others e.g. SharpReader do.

Has anyone had any experience/problems consuming and validating feeds created 
by Restlet?

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2441121

Reply via email to