<?xml version="1.0" encoding="UTF-8"?>
<html xsl:version="1.0" 
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
      xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <link rel="stylesheet" href="feed.rss2.css" type="text/css"/>
 </head>
 <body>
  <h1 style="text-align: center;">Small White Cube<br/>Phone Photoblog</h1>
  <xsl:for-each select="rss/channel/item">
   <div class="item">
    <div id="date"><xsl:value-of select="pubDate"/></div>
    <div id="photo">
     <img>
      <xsl:attribute name="src"><xsl:value-of select="guid"/></xsl:attribute>
     </img>
    </div>
   </div>
  </xsl:for-each>
  <div id="archive"><a href="http://smallwhitecube.com/images/phone/">(Archive)</a></div>
 </body>
</html>
