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

<xsl:stylesheet version="2.0" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" version="1.0" encoding="UTF-8" />
<xsl:template match="/">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<title>Pool</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="/pool/pool.css" media="screen, projection" />
<link rel="alternate" type="application/rss+xml">
<xsl:attribute name="href"><xsl:value-of select="."/></xsl:attribute>
<xsl:attribute name="title"><xsl:value-of select="/rss/channel/title"/></xsl:attribute>
</link>
</head>

<body>

<div id="content">
<h1><a href="http://www.pool.se/" accesskey="0">Pool</a></h1>

<ol id="menu">
<li><a href="http://www.pool.se/om-pool/" accesskey="1">Om Pool</a></li>
<li><a href="http://www.pool.se/nyheter/" accesskey="2">Nyheter</a></li>
<li><a href="http://www.pool.se/projekt/" accesskey="3">Projekt</a></li>
<li><a href="http://www.pool.se/kunder/" accesskey="4">Kunder</a></li>
<li><a href="http://www.pool.se/medarbetare/" accesskey="5">Medarbetare</a></li>
<li><a href="http://www.pool.se/arbeta-med-oss/" accesskey="6">Arbeta med oss</a></li>
<li><a href="http://www.pool.se/kontakta-oss/" accesskey="7">Kontakta oss</a></li>
<li><a href="http://www.pool.se/allt-det-andra/" accesskey="8">Allt det andra</a></li>
</ol>

<div id="post">

<div id="intro">
<p>Det här är ett RSS-flöde med de senaste nyheterna från reklambyrån Pool. Prenumerera genom att klistra in adressen nedan i en RSS-läsare, eller besök vår hemsida, <a href="http://www.pool.se/">www.pool.se</a>.</p>
<form name="form">
<input type="text" name="urlcopy" readonly="readonly" value="http://www.pool.se/feed/" />
</form>
<p>Har du några frågor eller kommentarer? Vi vill gärna veta vad du tycker, hör av dig!</p>
<p>Pool, Surbrunnsgatan 33, 113 48 Stockholm | <a href="callto:+46854558200">08-545 582 00</a> | <a href="mailto:info@pool.se">info@pool.se</a></p>
</div>
	
<xsl:for-each select="rss/channel/item">

<xsl:variable name="itemTITLE">
<xsl:value-of select="link"/>
</xsl:variable>

<h2><a href="{$itemTITLE}">
<xsl:value-of select="title"/>
</a></h2>
<p><xsl:value-of select="description" disable-output-escaping="yes" /></p>

</xsl:for-each>

</div>

</div>
</body>
</html>
</xsl:template>
</xsl:stylesheet>
