var announcements_xsl = "\
\
<txsl:transform xmlns:txsl='http://www.cjandia.com/2001/espx-tinyxsl' \
                xmlns:utils='urn:this-document-utilities' \
                version='-0.81' \
                >\
<txsl:template match='#document'>\
    <txsl:apply-templates/>\
</txsl:template>\
  <txsl:template match='announcements'>   \
    <txsl:apply-templates/>\
  </txsl:template>\
  <txsl:template match='item'> \
    <txsl:if test='$(`@showhighlight`) == `t`'> \
        <tr> \
          <td valign='top'>-</td>\
          <td valign='top' align='left'> \
            <txsl:apply-templates select='highlight'/>\
          </td>\
        </tr>\
    </txsl:if>\
  </txsl:template>\
</txsl:transform>\
";
