<xsl:template match="xhtml:a[@rel='tag']">

  <rdf:Description rdf:about="" xmlns:tr="http://technorati.com/">
    <tr:tag>
      <xsl:value-of select="text()"/>
    </tr:tag>
  </rdf:Description>

</xsl:template>
