Thanks Steve.
The example I was following used the format:
<author> The Dude</author>
instead of:
<author> (The Dude)</author>
Your suggestion works like a charm as well.
Thanks again.
Gan
Steve Pugh wrote:
> wrote:
>
> > Maybe a newbie issue, but I do not quite understand why
> > http://test.aces.uiuc.edu/news/RSS/AcesNewsRSS1.xml
> > will not validate on RSS validator (http://validator.w3.org/feed/).
> >
> > It falls over on line 32, which is
> > <author> The Dude</author>
> >
> > I am not seeing the obvious here. Can some one point it out please?
>
> The Dude is not an e-mail address.
> is.
>
> See http://validator.w3.org/feed/docs/er...idContact.html which
> was linked to from the validator error report.
>
> Steve