[Locked] Trying to create an RSS feed.
Okay so I want to create a RSS feed with these two links:
http://www.networkcomputing.com/rss.php
and
http://www.voip-news.com/rss/vnar.xml
I have checked out different widgets and what not but I want to create this from scratch.
I started this xml file:
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>Network Computing</title>
<link>http://www.networkcomputing.com/all.xml</link>
<description>Top stories and blogs</description>
<lastBuildDate>Wed, 14 Jul 2010 10:19:00 GMT</lastBuildDate>
<language>en-us</language>
<item>
<title>Catbird, Hytrust Offer Integrated Virtualization Compliance Reporting
</title>
<pubDate>Wed, 14 Jul 2010 10:19:00 GMT</pubDate>
<description>Virtualization security companies Hytrust and Catbird will offer integrated compliance reporting that encompasses the hypervisor-host and network environment down through the virtual machine level. Catbird vSecurity, delivered either as a hosted service or virtual appliance, ensures correct hypervisor configuration and deploys network access control (NAC) against unauthorized access and protection against attack via IDS/IPS. Its VMShield component protects client VMs, tracks them as they move and enforces policy.</description>
</item>
</channel>
</rss>
