<?xml version='1.0' encoding='utf-8'?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html"/>

<xsl:template match="/">
	<html><head></head>
		<body>
			<p>
				<font color="#244ae1">
					<xsl:value-of select="rss/channel/title"/>
					<br/>
					<br/>
				</font>
				<table cellSpacing="2" cellPadding="5" width="100%" border="0">
					<tbody>
						<xsl:for-each select="rss/channel/item">
							<xsl:choose>
								<xsl:when test="position() mod 2 != 0"><tr style="background-color: #a3bbfa">
	<td width="50%">
		<font size="1">
			<font face="Verdana">
				<xsl:choose stylusID="0">
					<xsl:when test="position() mod 2 = 0">
						<xsl:value-of select="title"/>
					</xsl:when>
					<xsl:otherwise>
														<xsl:value-of select="title"/>
													</xsl:otherwise>
				</xsl:choose>
				<strong>
					<font style="background-color: #b9d3ee"/>
				</strong>
			</font>
		</font>
	</td>
	<td width="50%">
		<font face="Verdana" size="1">
			<xsl:value-of select="description"/>
		</font>
	</td>
</tr></xsl:when>
								<xsl:otherwise>
									<tr style="background-color: #dfe8fd">
										<td width="50%">
											<font size="1">
												<font face="Verdana">
													<xsl:choose>
														<xsl:when test="position() mod 2 = 0">
						<xsl:value-of select="title"/>
					</xsl:when>
														<xsl:otherwise>
														<xsl:value-of select="title"/>
													</xsl:otherwise>
													</xsl:choose>
													<strong>
														<font style="background-color: #b9d3ee"/>
													</strong>
												</font>
											</font>
										</td>
										<td width="50%">
											<font face="Verdana" size="1">
												<xsl:value-of select="description"/>
											</font>
										</td>
									</tr>
								</xsl:otherwise>
							</xsl:choose>
						</xsl:for-each>
					</tbody>
				</table>
			</p>
		</body>
	</html>
</xsl:template>

</xsl:stylesheet><!-- Stylus Studio meta-information - (c) 2004-2006. Progress Software Corporation. All rights reserved.
<metaInformation>
<scenarios ><scenario default="yes" name="Scenario1" userelativepaths="yes" externalpreview="no" url="dave_blog.rdf" htmlbaseurl="" outputurl="" processortype="internal" useresolver="yes" profilemode="0" profiledepth="" profilelength="" urlprofilexml="" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext="" validateoutput="no" validator="internal" customvalidator=""/></scenarios><MapperMetaTag><MapperInfo srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/><MapperBlockPosition></MapperBlockPosition><TemplateContext></TemplateContext><MapperFilter side="source"></MapperFilter></MapperMetaTag>
</metaInformation>
-->