<?xml version="1.0" encoding="iso-8859-1"?><!-- DWXMLSource="http://www.aero-news.net/news/rssfeed.xml" -->
<!DOCTYPE xsl:stylesheet  [
	<!ENTITY nbsp   "&#160;">
	<!ENTITY copy   "&#169;">
	<!ENTITY reg    "&#174;">
	<!ENTITY trade  "&#8482;">
	<!ENTITY mdash  "&#8212;">
	<!ENTITY ldquo  "&#8220;">
	<!ENTITY rdquo  "&#8221;"> 
	<!ENTITY pound  "&#163;">
	<!ENTITY yen    "&#165;">
	<!ENTITY euro   "&#8364;">
]>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:rss="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<xsl:output method="html" encoding="iso-8859-1"/>
<xsl:template match="/">
<link href="../css/cftcss.css" rel="stylesheet" type="text/css" />

<xsl:for-each select="rdf:RDF/rss:item">
  <div class="news"> 
    <p><a href="{rss:link}" class="links"><xsl:value-of select="rss:title"/></a>    </p>
    <p><xsl:value-of select="rss:description" disable-output-escaping="yes"/></p>
      <p><xsl:value-of select="rss:pubDate"/></p>
  </div></xsl:for-each>
</xsl:template>
</xsl:stylesheet>