Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [gotze] XMLResults plugin updates

Quote Reply
Re: [gotze] XMLResults plugin updates In reply to
Hello,

I've the same problem that my feed is not valid. I'm using the above solution with this template:

Code:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>

<title><%site_title%></title>
<link><%build_root_url%></link>
<description>xxx</description>
<language>de</language>
<lastBuildDate><%date%> <%time%> GMT</lastBuildDate>
<copyright>xxx</copyright>
<managingEditor>xx@xxx.de (xxx)</managingEditor>
<webMaster>webmaster@xxx.de (xxx)</webMaster>

<%loop link_results_loop%>
<item>
<title><%Title%></title>
<link><%db_cgi_url%>/detail_page.cgi?ID=<%ID%></link>
<description><%Description%></description>
<pubDate><%Add_Date%> <%time%> GMT</pubDate>
<guid isPermaLink="false"><%db_cgi_url%>/detail_page.cgi?ID=<%ID%></guid>
</item>
<%endloop%>
</channel>
</rss>

My problem is that I'm using a german version and therefore I've german date format. So the feed is not valid, because I need international format. This is what validator says: pubDate must be an RFC-822 date-time: Sonntag, 29.08.2010 19:50:55 GMT.

Any ideas?

Kai
___________________________________________
http://www.westalgarve.de
http://www.portugalforum.org
http://www.portugal-links.de
Subject Author Views Date
Thread XMLResults plugin updates gotze 13098 Dec 28, 2004, 2:43 PM
Thread Re: [gotze] XMLResults plugin updates
kailew 12480 Aug 29, 2010, 10:53 AM
Thread Re: [kailew] XMLResults plugin updates
Andy 12447 Aug 30, 2010, 3:08 AM
Thread Re: [Andy] XMLResults plugin updates
kailew 12446 Aug 30, 2010, 12:55 PM
Thread Re: [kailew] XMLResults plugin updates
Andy 12443 Aug 31, 2010, 12:33 AM
Thread Re: [Andy] XMLResults plugin updates
kailew 12465 Aug 31, 2010, 12:51 AM
Thread Re: [kailew] XMLResults plugin updates
Andy 12524 Aug 31, 2010, 1:15 AM
Thread Re: [Andy] XMLResults plugin updates
kailew 12408 Aug 31, 2010, 1:23 AM
Thread Re: [kailew] XMLResults plugin updates
Andy 12482 Aug 31, 2010, 1:27 AM
Thread Re: [Andy] XMLResults plugin updates
kailew 12441 Aug 31, 2010, 2:10 AM
Thread Re: [kailew] XMLResults plugin updates
Andy 12458 Aug 31, 2010, 5:23 AM
Thread Re: [Andy] XMLResults plugin updates
kailew 12402 Aug 31, 2010, 10:38 AM
Thread Re: [kailew] XMLResults plugin updates
Andy 12343 Sep 1, 2010, 12:16 AM
Thread Re: [Andy] XMLResults plugin updates
kailew 12329 Sep 1, 2010, 11:32 AM
Thread Re: [kailew] XMLResults plugin updates
Andy 12430 Sep 1, 2010, 11:49 AM
Thread Re: [Andy] XMLResults plugin updates
kailew 12338 Sep 1, 2010, 12:08 PM
Thread Re: [kailew] XMLResults plugin updates
Andy 12371 Sep 1, 2010, 12:39 PM
Thread Re: [Andy] XMLResults plugin updates
kailew 12332 Sep 1, 2010, 2:17 PM
Post Re: [kailew] XMLResults plugin updates
Andy 12295 Sep 1, 2010, 11:39 PM
Post Re: [kailew] XMLResults plugin updates
brewt 12383 Aug 31, 2010, 2:12 PM