<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
	<xsl:output method="html"></xsl:output>
	<xsl:template match="/">
		<html>
			<head><title><xsl:value-of select="//rss/channel/title" /></title></head>
<style media="all" lang="en" type="text/css">

body { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 14px;
}
h1 { 
	margin: 10px; 
	padding: 4px; 
	font-size: 1.3em;
	color: #fff;
	background-color: #194B80;
}
h1 a { 
	color: #fff;
}

h2 {
	font-size: 1.1em;
	margin: 0px; 
	padding: 2px 15px 5px 15px; 
	color: #194B80;
}

h3 {
	margin: 0px;
	background-color: #3690C0;
	padding: 2px;
}
h3 a {
	color: #fff;
	font-size: 0.9em;
}
.rsspubdate {
	color: #666;
	font-size: 0.8em;
	padding: 0.2em 0.8em 0.2em 0.8em;
}
.rssdescription {
	font-size: 1em;
	padding: 0em 0.8em 0.4em 0.8em;
}

.item {
	margin: 5px 30px 10px 30px;
	background-color: #def;
}

					
div.bottom {
	margin-top: 2em;
	border-top: 1px solid rgb(10%,10%,10%);
}


.heading {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica;
  color: #000000;
  padding: 3px;
}

.heading p { 
	margin: 0.4em 0px 0.4em 0px;
}


.rexButton {
	border: 1px solid;
	border-color: #66A8CC #194b80 #194b80 #66A8CC;
	padding: 0 3px 0px 3px; 
	margin: 0px;
	font: bold 10px verdana, sans-serif;
	color: #FFF;
	background: #3690BD;
	text-decoration: none;
}

.xmlButton {
	border: 1px solid;
	border-color: #FC9 #630 #330 #F96;
	margin: 0px;
	padding: 0px 3px 0px 3px;
	font: bold 10px verdana, sans-serif;
	color: #FFF;
	background: #F60;
	text-decoration: none;
}


</style>

<body>

<div>
<span class="xmlButton">RSS</span>
<a href="http://www.ri.gov/rex/" title="Rhode Island eGovernment Exchange"><span class="rexButton">REX</span></a>
</div>	  



<div class="heading">

<p>This is a raw data feed from the Rhode Island Web Data Sharing project and is designed to be read by an RSS news aggregator.  Webmasters may embed this feed into a Web page, but please review the <a href="http://www.ri.gov/rex/users/index.php?mcat=4">guidelines for utilization</a> first.  For more information, visit the <a href="http://www.ri.gov/rex/">Rhode Island eGovernment Exchange Portal</a> (REX) or contact the <a href="http://www.ri.gov/rex/about/feedback.php">Rhode Island Web Data Sharing Committee</a>.</p>

</div>


<h1><a><xsl:attribute name="href"><xsl:value-of select="//rss/channel/link" /></xsl:attribute><xsl:value-of select="//rss/channel/title" /></a></h1>


<h2><xsl:value-of select="//rss/channel/description" /></h2>
			
					
		<xsl:for-each select="//item">
			<div class="item">
			<h3><a><xsl:attribute name="href"><xsl:value-of select="link" /></xsl:attribute><xsl:value-of select="title" /></a></h3>
				<div class="rsspubdate"><xsl:value-of select="pubDate" /></div>
				<div class="rssdescription"><xsl:value-of select="description" disable-output-escaping="yes"/></div>
			</div>
		</xsl:for-each>

	
	

		<div class="bottom">
			<span style="float: right;">This page was generated automatically by <acronym title="Extensible Stylesheet Language Transformations">XSLT</acronym></span>
		</div>

          
	</body>
</html>

			
	</xsl:template>
</xsl:stylesheet>

