<generator name='Mozilla Add-ons Rating and Download Count' xmlns='http://www.mozilla.org/microsummaries/0.1'>
  <template>
    <transform version='1.0' xmlns='http://www.w3.org/1999/XSL/Transform'>
      <output method='text'/>
      <template match='/'>
        <value-of select='substring-before(//title/text(), &apos; | &apos;)'/>
        <text> - </text>
        <value-of select='substring-before(substring-after(id(&apos;mainContent&apos;)/div/div[4]/text(), &apos;: &apos;), &apos; out of&apos;)'/>
        <text> - </text>
        <value-of select='substring-before(substring-after(id(&apos;mainContent&apos;)/div/ul/li[3]/text(), &apos;: &apos;), &quot; &quot;)'/>
        <text> (</text>
        <value-of select='substring-after(id(&apos;mainContent&apos;)/div/ul/li[3]/text(), &apos;Week: &apos;)'/>
        <text>)</text>
      </template>
    </transform>
  </template>
  <pages>
    <include>https://addons\.mozilla\.org/[^/]+/[0-9]+/?</include>
  </pages>
</generator>