1:<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
   2:<xsl:output method="xml"/>
   3:
   4:<xsl:template match="/">
   5:    <test>
   6:        <time><xsl:value-of select="current-date()"/></time>
   7:    </test>
   8:</xsl:template>
   9:
  10:</xsl:stylesheet>