Hi,

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

I get errors about the timestamps ( i'm using the Java Date class) not being 
RFC3339 compatible.

Also I get an error about the namespace:

      line 3, column 0: Avoid Namespace Prefix: atom [help]

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 validating feeds created by Restlet?

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

Reply via email to