<!--
  Author: LouCypher
  Description: Display the add-on version and released date
  Last updated: 2006-12-09
--><generator name='Mozilla Add-ons Version and Date' 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[@class=&apos;version-and-date&apos;]/text(), &apos;Version &apos;), &apos;,&apos;)'/>
        <text> (</text>
        <value-of select='substring-before(substring-after(id(&apos;mainContent&apos;)/div/div[@class=&apos;version-and-date&apos;]/text(), &apos;released on &apos;), &apos;.&apos;)'/>
        <text>)</text>
      </template>
    </transform>
  </template>
  <pages>
    <include>https://addons\.mozilla\.org/[^/]+/[0-9]+/</include>
  </pages>
</generator>

