<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:sitemap="http://www.google.com/schemas/sitemap/0.84">
<xsl:output method='html' version='1.0' encoding='UTF-8' indent='yes'/>


<xsl:template match="/sitemap:urlset">

  <html>
  <head>
	<title>Sitemap for www.elifulkerson.com</title>
	<link rel="stylesheet" type="text/css" href="support/style2.css" />
</head>
  <body>
	
	
<div class="header" id="header-corner">&#160;</div> 
<div class="header" id="header-left"> 
<a href='http://www.elifulkerson.com'>Eli Fulkerson .com</a> 
</div> 
<div class="header" id="header-right"> 
<a href='http://www.elifulkerson.com'>Home</a> &#8594; <a href='http://www.elifulkerson.com/sitemap.xml'>Sitemap</a>
</div>
<div id="header-stupidie">&#160;</div> 
<div class="shadow">&#160;</div> 
<div class="content">	

  <h1>Sitemap:</h1>
    <table border="0">
      <tr>
        <th align="left">Page</th>
        <th align="left">Last Modified</th>
      </tr>
      <xsl:for-each select="sitemap:url">
      <tr>
        <td>
	<a>
	<xsl:attribute name="href">
	<xsl:value-of select="sitemap:loc"/>
	</xsl:attribute>

	<xsl:value-of select="sitemap:loc"/>
	</a>
	
	</td>
        <td><xsl:value-of select="sitemap:lastmod"/></td>
      </tr>
      </xsl:for-each>
    </table>


    <div class="center footer"> 
        &#169; Eli Fulkerson.  All rights reserved.
    </div> 

</div>
  </body>
  </html>
</xsl:template>
</xsl:stylesheet>
