blob: 34b88b386b2a583720fe7907ab6ccb7da84414df [file] [log] [blame]
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<xsl:value-of select="dummy" />
<xsl:value-of select="du<caret>" />
</xsl:template>
</xsl:stylesheet>