@matthisco
thanks for the xml.
I ran through it, and it now validates (according to
feedvalidator.org).
There are still a few recommendations that _could_ be added,
but it works.
Here's the result:
<rss version="2.0">
<channel>
<title>title</title>
<link>
http://intranet/</link>
<description>Announcements</description>
<language>en-us</language>
<copyright>Copyright 2009</copyright>
<lastBuildDate>Thu, 19 Feb 2009 10:20:15
GMT</lastBuildDate>
<item>
<title>Launch Event of Sandwell's Primary Care
Strategy</title>
<description><p>Sandwell's
Primary Care Strategy is being
launched on Tuesday
March 31st which will provide you with
the opportunity to find out the plans for primary care of the
coming year.</p></description>
<link>
http://intranet/?area=announcements/index&page=view-announcement&announcementid=111</link>
<author>email@yourdomain.com</author>
<pubDate>Wed, 18 Feb 2009 16:37:00 GMT</pubDate>
</item>
<item>
<title>REMINDER - High Street Closure</title>
<description><p>Please remember
that West Bromwich High Street will be closed to traffic 12noon -
3pm today.</p></description>
<link>
http://intranet/?area=announcements/index&page=view-announcement&announcementid=110</link>
<author>email@yourdomain.com</author>
<pubDate>Wed, 18 Feb 2009 11:13:00 GMT</pubDate>
</item>
<item>
<title>Unison AGM - Sandwell Health
Branch</title>
<description><p>The Annual
General Meeting (AGM) for the author of Unison is being held on
Thursday 26th February.<br />
</p></description>
<link>
http://intranet/?area=announcements/index&page=view-announcement&announcementid=109</link>
<author>email@yourdomain.com</author>
<pubDate>Tue, 17 Feb 2009 16:07:00 GMT</pubDate>
</item>
<item>
<title>Telephone Lines at Vision Point </title>
<description><p>Telephone Lines
Down at Vision Point</p></description>
<link>
http://intranet/?area=announcements/index&page=view-announcement&announcementid=108</link>
<author>email@yourdomain.com</author>
<pubDate>Tue, 17 Feb 2009 08:48:00 GMT</pubDate>
</item>
<item>
<title>Creditor Payment Section - call times
</title>
<description><p><font
size="2">Creditor Payment Section - telephone call times
</font></p></description>
<link>
http://intranet/?area=announcements/index&page=view-announcement&announcementid=107</link>
<author>email@yourdomain.com</author>
<pubDate>Mon, 16 Feb 2009 11:59:00 GMT</pubDate>
</item>
<item>
<title>Telephone Lines at Vision Point </title>
<description><p>Problem with
phone lines.</p></description>
<link>
http://intranet/?area=announcements/index&page=view-announcement&announcementid=106</link>
<author>email@yourdomain.com</author>
<pubDate>Mon, 16 Feb 2009 11:41:00 GMT</pubDate>
</item>
<item>
<title>Lidl Car Parking</title>
<description><p>From Monday other
than authorised users (they know who they are) no member of
PCT staff should park on the Lidl Car
Park.</p></description>
<link>
http://intranet/?area=announcements/index&page=view-announcement&announcementid=105</link>
<author>email@yourdomain.com</author>
<pubDate>Thu, 12 Feb 2009 17:50:00 GMT</pubDate>
</item>
<item>
<title>Equality Impact Assessment (EQIA) Training
</title>
<description><p>Equality Impact
Assessment (EQIA)
Training</p></description>
<link>
http://intranet/?area=announcements/index&page=view-announcement&announcementid=104</link>
<author>email@yourdomain.com</author>
<pubDate>Wed, 11 Feb 2009 15:25:00 GMT</pubDate>
</item>
<item>
<title>High Street CLOSURE - Weds 18th
Feb</title>
<description><p>West Bromwich
High Street will be closed to traffic 12noon - 3pm on Wednesday
18th February 2009.</p></description>
<link>
http://intranet/?area=announcements/index&page=view-announcement&announcementid=103</link>
<author>email@yourdomain.com</author>
<pubDate>Wed, 11 Feb 2009 14:28:00 GMT</pubDate>
</item>
<item>
<title>Food Policy Team have moved</title>
<description><p>The Food Policy
Team have moved - here are their new contact
details.</p></description>
<link>
http://intranet/?area=announcements/index&page=view-announcement&announcementid=102</link>
<author>email@yourdomain.com</author>
<pubDate>Wed, 11 Feb 2009 13:19:00 GMT</pubDate>
</item>
</channel>
</rss>
I changed the ASCII characters back to '-' and '='. The main
thing throwing issues was the ampersand near every 'announcementID'
in each item link. The others were formatted to &, wheareas
the announcementID just used '&'.
I hope this helps.
Any more problems, let me know.
Matt