blob: dc8d0c5c48bfe6d3b246c126fe86d60a37ffeb4f [file] [log] [blame]
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:include href="included.xsl" />
<xsl:template match="/">
<xsl:call-template name="dummy">
<xsl:with-param name="foo" />
</xsl:call-template>
</xsl:template>
</xsl:stylesheet>