blob: 9f5106d2dbf8ae7107db0f62416c3483da6675e4 [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="foo" />
</xsl:apply-templates>
</xsl:template>
</xsl:stylesheet>