﻿a, img
{
border: 0px;

}

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  <xsl:output method="text" />
  <xsl:template match="/Footer">
  <![CDATA[
    <script>
      SlideShowControl.Msg.Missing_Image = '';
      SlideShowControl.Msg.Loading_Image = '';
    </script>
  ]]>
  </xsl:template>
</xsl:stylesheet>
