<?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="photoblog1.css" type="text/css"/>
 <link rel="Alternate" type="application/rss+xml" title="RSS Feed For SmallWhiteCube" href="/images/phone/feed.rss2.xml"/>
 </head>
 <body>
  <div id="everything">
  <xsl:for-each select="photoblog/photo">
   <div class="item">
    <div id="photo">
     <a>
      <xsl:attribute name="href"><xsl:value-of select="img"/></xsl:attribute>
      <img>
       <xsl:attribute name="src"><xsl:value-of select="thm"/></xsl:attribute>
      </img>
     </a>
    </div>
    <div id="date"><xsl:value-of select="when"/></div>
   </div>
  </xsl:for-each>
  </div>
 </body>
</html>
