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

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:template match="/">
      <xsl:value-of select="item/title" disable-output-escaping="yes"/>
	  <xsl:value-of select="item/description" disable-output-escaping="yes"/>
	  <xsl:value-of select="item/content" disable-output-escaping="yes"/>
</xsl:template>

</xsl:stylesheet>


	<channel>
	
		<atom:link href="http://www.fsn.co.uk/feeds/kpi_environment.rss" rel="self" type="application/rss+xml" />

		<title><![CDATA[FSN - Latest Articles]]></title>
		<description><![CDATA[Latest articles on FSN]]></description>
		<link><![CDATA[http://www.fsn.co.uk]]></link>
		

	</channel>
</rss>