<?xml version="1.0" encoding="iso-8859-1"?> 
  <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:output method="html"/>
    <xsl:template match="/">
      <html xml:lang="en">
        <head>
          <title>Pierre's PodCast</title>
          <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        </head>
<body>This PodCast XML (http://www.sdep.com/pierre/podcast.xml) file cannot be read in a regular web browser.<br />In order to download the medias provided by this PodCast you must use a specific software, such as <a href="http://www.winamp.com">WinAmp</a>, <a href="http://ipodder.sourceforge.net">iPodder</a> or iTune.
        </body>
      </html>
    </xsl:template>
  </xsl:stylesheet>

