
<rss version="2.0">
<channel><xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="*">
<xsl:for-each select="//*[local-name()='item']">
<a>
   <xsl:attribute name="href">

      <xsl:value-of select="*[local-name()='link']"/>
   </xsl:attribute>
   <xsl:attribute name="target">
      <xsl:text>top</xsl:text>

   </xsl:attribute>
   <xsl:attribute name="class">
      <xsl:text>geen</xsl:text>
   </xsl:attribute>
   <xsl:value-of select="*[local-name()='title']"/>

</a><BR />
</xsl:for-each>
</xsl:template>
<xsl:template match="/">
              <xsl:apply-templates/>
</xsl:template>
</xsl:stylesheet>

<title>Atlasenkaart: de internet kaarten beurs</title>
<link>http://www.atlasenkaart.nl</link>
<description>Laatste ontwikkelingen op atlasenkaart</description>
<language>nl-nl</language>
<copyright>Copyright 2007, kruisbestuiving</copyright>

