<?xml version="1.0" encoding="utf-8"?><!-- DWXMLSource="http://xml.weather.yahoo.com/forecastrss?p=ITXX0073&u=c" --><!DOCTYPE xsl:stylesheet  [
	<!ENTITY nbsp   "&#160;">
	<!ENTITY copy   "&#169;">
	<!ENTITY reg    "&#174;">
	<!ENTITY trade  "&#8482;">
	<!ENTITY mdash  "&#8212;">
	<!ENTITY ldquo  "&#8220;">
	<!ENTITY rdquo  "&#8221;"> 
	<!ENTITY pound  "&#163;">
	<!ENTITY yen    "&#165;">
	<!ENTITY euro   "&#8364;">
]>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:yweather="http://xml.weather.yahoo.com/ns/rss/1.0">
<xsl:output method="html" encoding="utf-8"/>
<xsl:template match="/"><link href="../style.css" rel="stylesheet" type="text/css" /><style type="text/css">
<xsl:comment>
</xsl:comment>
</style>
<table width="225" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="19" colspan="2" bgcolor="#FFFFFF" class="sorrento">Meteo Sorrento</td>
    </tr>
   <tr height="2px">
        <td height="2px" colspan="3" background="../images/dotted.gif"></td>
                </tr>
  <tr>
    <td width="61" height="66" bgcolor="#FFFFFF"><img src="http://l.yimg.com/us.yimg.com/i/us/we/52/{rss/channel/item/yweather:condition/@code}.gif" width="52" height="52" /></td>
    <td width="164" bgcolor="#FFFFFF"><p class="meteo"><xsl:value-of select="rss/channel/item/yweather:condition/@text"/>, <xsl:value-of select="rss/channel/item/yweather:condition/@temp"/>°C</p>
      <p class="barrabianca"><strong>Temp. </strong>Max: <xsl:value-of select="rss/channel/item/yweather:forecast/@high"/> - Min:<xsl:value-of select="rss/channel/item/yweather:forecast/@low"/></p>
      <p class="barrabianca"><strong>Umidità:</strong>&nbsp;<xsl:value-of select="rss/channel/yweather:atmosphere/@humidity"/>% - <strong>Vento:</strong>&nbsp;<xsl:value-of select="rss/channel/yweather:wind/@speed"/>&nbsp;<xsl:value-of select="rss/channel/yweather:units/@speed"/></p>
      <p class="barrabianca"><strong>Alba:</strong>&nbsp;<xsl:value-of select="rss/channel/yweather:astronomy/@sunrise"/> <strong>&nbsp;Tram.:</strong>&nbsp;<xsl:value-of select="rss/channel/yweather:astronomy/@sunset"/></p></td>
  </tr>
</table>
</xsl:template>
</xsl:stylesheet>
