<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="generator.xsl" type="text/xsl"?>
<generator xmlns="http://www.mozilla.org/microsummaries/0.1" name="The Assassins">

  <pages>
    <include>^http://www\.assassins\.org\.au/$</include>
  </pages>

  <template>
    <transform xmlns="http://www.w3.org/1999/XSL/Transform" version="1.0">
      <output method="text"/>

      <template match="/">
        <text>The Assassins: </text>
        <value-of select="id('latest-info')"/>
      </template>
    </transform>
  </template>

</generator>

