<!--
  Author: LouCypher
  Description: Display the latest headline on mozillaZine
  Last updated: 2006-12-09
--><generator name='mozillaZine Headline News' 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='id(&apos;headlines&apos;)/h3[1]/text()'/>
        <text> (</text>
        <value-of select='substring-after(id(&apos;headlines&apos;)/h2[1]/text(), &apos; &apos;)'/>
        <text>)</text>
      </template>
    </transform>
  </template>
  <pages>
    <include>^http://www\.mozillazine\.org/</include>
    <include>^http://mozillazine\.org/</include>
  </pages>
</generator>

