<generator name='FedEx Package Tracking' xmlns='http://www.mozilla.org/microsummaries/0.1'>

  <pages>
    <include>^http://www\.fedex\.com/Tracking\?.*tracknumbers=[^&amp;]</include>
  </pages>

  <template>
    <transform version='1.0' xmlns='http://www.w3.org/1999/XSL/Transform'>
      <output method='text'/>
      <template match='/'>
        <text>FedEx ...</text>
        <value-of select='substring(string(/html/body/table/tbody/tr[2]/td[2]/table[1]/tbody/tr[3]/td[2]/table[3]/tbody/tr[1]/td[2]/table/tbody/tr[2]/td[3]), 12)'/>
        <text>: </text>
        <value-of select='/html/body/table/tbody/tr[2]/td[2]/table[1]/tbody/tr[3]/td[2]/table[3]/tbody/tr[2]/td[2]/table/tbody/tr[2]/td[3]'/>
      </template>
    </transform>
  </template>

</generator>
