<?xml version="1.0" encoding="utf-8" ?>
<generator xmlns="http://www.mozilla.org/microsummaries/0.1" name="PriceMe Cheapest">
  <pages>
    <include>http://www\.priceme\.co\.nz/.*\p-.*</include>
  </pages>
  <template>
    <transform xmlns="http://www.w3.org/1999/XSL/Transform" version="1.0">
      <output method="text" />
      <template match="/">
        <value-of select="substring(string(/html/body/form/table/tbody/tr[2]/td/table/tbody/tr/td[2]/table/tbody/tr[2]/td/table/tbody/tr/td/h1/strong),1,25)"/>
        <text>... : </text>
        <value-of select="string(/html/body/form/table/tbody/tr[2]/td/table/tbody/tr/td[2]/table/tbody/tr[2]/td/table/tbody/tr/td/table/tbody/tr/td/table/tbody/tr/td[2]/table/tbody/tr/td[2]/a)" />
        <text />
      </template>
    </transform>
  </template>
</generator>