Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > RSS: author must include an email address

Reply
Thread Tools

RSS: author must include an email address

 
 
gdaalf@gmail.com
Guest
Posts: n/a
 
      02-20-2006
Folks,

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?

Many thanks,
Gan

 
Reply With Quote
 
 
 
 
Steve Pugh
Guest
Posts: n/a
 
      02-20-2006
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

 
Reply With Quote
 
 
 
 
gdaalf@gmail.com
Guest
Posts: n/a
 
      02-20-2006
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


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
/* #include <someyhing.h> */ => include it or do not include it?That is the question .... Andreas Bogenberger C Programming 3 02-22-2008 10:53 AM
Why must and must not be "final" ? NeoGeoSNK Java 25 11-24-2006 02:02 AM
My own email address as a SIP address? UK VOIP 24 01-10-2006 07:22 PM
Interview with Rickford Grant, Author of "Linux Made Ea Silverstrand Front Page News 0 09-15-2005 11:47 PM
You must include the .cpp file instead of only .h file when using templates in VC++ ...? Shen C++ 6 02-11-2004 07:57 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57