blob: 5ea7cbcb7ceba311f20a930357e39ddac54bdebb [file] [log] [blame]
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<xsl:param name="foo" />
<xsl:apply-templates>
<xsl:with-param name="f<caret>" />
</xsl:apply-templates>
</xsl:template>
</xsl:stylesheet>