<?xml-stylesheet href="http://farmerchris.com/summaries/microsummary.xsl" type="text/xsl"?>
<generator xmlns="http://www.mozilla.org/microsummaries/0.1" name="nws current observation generator html" sourceURI="http://farmerchris.com/summaries/nws-current-observation-generator-html.xml">
  <pages>
    <include>http://weather\.noaa\.gov/weather/current/.*\.html</include>
  </pages>
  <template>
    <xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
      <xsl:output method="text"/>
      <xsl:template match="/">
	 <xsl:value-of select="normalize-space(substring-before(normalize-space(/html/body/table[4]/tbody/tr[8]/td[2]/font/text()), '(' ))"/>
        <xsl:text> - </xsl:text>
	 <xsl:value-of select="normalize-space(/html/body/table[4]/tbody/tr[7]/td[2]/font/text())"/>
      </xsl:template>
    </xsl:transform>
  </template>
</generator>

