blob: b1f88395c72b6464c6462f9cc439509ba77457b5 [file] [log] [blame]
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template name="dummy">
<xsl:call-template name="d<caret>" />
</xsl:template>
</xsl:stylesheet>