<?xml version="1.0" encoding="iso-8859-1"?><!-- DWXMLSource="http://www.flightschoolblog.com/index.php?blog=1&tempskin=_rss2" -->
<!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:content="http://purl.org/rss/1.0/modules/content/" xmlns:admin="http://webns.net/mvcb/" 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="rss/channel/item">
  <div>
    <p><a href="{link}" class="links"><xsl:value-of select="title"/></a><br />
      <xsl:value-of select="pubDate"/><br />
      <br />
    </p>
  </div>
</xsl:for-each>
</xsl:template>
</xsl:stylesheet>