<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0"	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
				xmlns:xi="http://apache.org/cocoon/include/1.0"
				xmlns:kw="http://kweerious.com/4.0">
<xsl:output method="html" encoding="utf-8" />
<xsl:preserve-space elements="html link head body div p" />

<xsl:template match="/">
<html>
<head>
	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
	<title>Lyle Troxell: blog</title>
	<link rel="stylesheet" href="../skins/lyle.troxell.com.css" media="all" />
	<link rel="stylesheet" href="../skins/blog.css" media="all" />
</head>
<body>
<div id="header">
  <h1 id="title"><a href="../">Lyle Troxell</a> : blog</h1>
  <ul id="topnav">
  	<li><a href="../pix/" id="nav_pix">pix</a><div class="nav_description"><span class="definition">n. A photograph. A movie.</span><h5>Lyle's Photos</h5></div></li>
    <li><a href="../blog/" id="nav_blog" class="here"><span>blog</span></a><div class="nav_description"><span class="definition">n. A shared on-line journal where people can post diary entries about their personal experiences and hobbies.</span> <h5>Lyle's writtings.</h5></div></li>
    <li><a href="../ego/" id="nav_ego"><span>ego</span></a><div class="nav_description"><span class="definition">n. The self, especially as distinct from the world and other selves.</span> <h5>A <em>definition</em> of Lyle Troxell.</h5></div></li>
    <li><a href="../mob/" id="nav_mob"><span>mob</span></a><div class="nav_description"><span class="definition">n. An indiscriminate or loosely associated group of persons.</span> <h5>People Lyle knows.</h5></div></li>
    <li><a href="../professional/" id="nav_professional"><span>professional</span></a><div class="nav_description"><span class="definition">adj. Engaging in a given activity as a source of livelihood or as a career.</span> <h5>Lyle's work experiance.</h5></div></li>
  </ul>
</div>
<div id="content">
  <div id="contenthead">
    <h2>Writings of Lyle</h2>
  </div>
  <div id="contentbody">
    <xsl:apply-templates select="//item" />
  </div>
  <div id="contentfooter"><p>&amp;nbsp; dd</p></div>
</div>
<div id="footer"><p>Please note that this blog is powered by <a href="http://www.livejournal.com/">LiveJournal.com</a> using my livejournal account <a href="http://www.livejournal.com/users/lyle_troxell/">lyle_troxell</a>.</p></div>

<div id="layout_1" class="layout"></div>
<div id="layout_2" class="layout"></div>
<div id="layout_3" class="layout"><div id="layout_3_1" class="layout"></div><div id="layout_3_2" class="layout"></div></div>
</body>
</html>
</xsl:template>

<xsl:template match="item">
<div class="entry">
	<xsl:variable name="comments_link" select="comments" />
	<h4><span><xsl:value-of select="title" /></span></h4>
	<div class="date"><xsl:value-of select="pubDate" /></div>
	<p><xsl:value-of disable-output-escaping="yes" select="description" /></p>
	<p class="comments">[<a href="{$comments_link}">lj comments</a>]</p>
</div>
</xsl:template>
</xsl:stylesheet>

