<?xml version="1.0" encoding="utf-8"?>

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml">

<xsl:output method="html" />

<xsl:template match="/">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>e i g h t - c u b e d . c o m - RSS 2.0 Feed</title>
<style type="text/css" media="screen">@import "/css/default.css";</style>
</head>
<body>
<div id="Header"><h1><a href="/index.html" title="Back to eight-cubed.com" accesskey="1">e i g h t - c u b e d . c o m</a></h1></div>
<div>
<h2>RSS 2.0 Feed</h2>
<p>
<xsl:for-each select="rss/channel">
<xsl:value-of select="description" />
</xsl:for-each>
</p>
<p>
You are looking at an RSS 2.0 feed written in <acronym title="eXtensible Markup Language">XML</acronym>, styled by an <acronym title="eXtensible Stylesheet Language">XSL</acronym> style sheet.  A far better way to look at this content is to subscribe to it using a feed aggregator such as <a href="http://www.syndirella.net">Syndirella</a> or <a href="http://www.feedreader.com">FeedReader</a>.
</p>
<p>
The feed consists of a series of links to articles on the site.  Below is a list of titles linking to the original articles:
</p>
<p>
<ul class="text-list">
<xsl:for-each select="rss/channel/item">
<li><a href="{link}">
<xsl:value-of select="title" />
</a></li>
</xsl:for-each>
</ul>
</p>
</div>
</body>
</html>

</xsl:template>

</xsl:stylesheet>