Re: RSS and not ATOM validator?

Sorry David,

I used Atom in the body of the text as I understand it is not RSS I must
have had caps on to produce ATOM.

url = http://gba.mediamice.net/feed/

 

It is RSS 2.0 compliant but everything is Atom RSSv2.

 

<?php header('Content-type: application/xml; charset=windows-1252'); ?>

<?php echo "<?";?>xml version="1.0" encoding="windows-1252"<?php echo
"?>";?>

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">

<channel>

<title>My Title.</title>

<description>My Description </description>

<link> My Link</link>

<copyright> My C </copyright>

<atom:link href="http://gba.mediamice.net/feed/" rel="self"
type="application/xml" />

 

I don't know...

 

Kind regards,

 

Sean

 

 

Received on Thursday, 25 June 2009 21:14:18 UTC