blob: a6691d1a21af6a790efbd3d0d38c7927dd2fc3c5 [file] [log] [blame]
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:param name="param1" select="'default value'"/>
<xsl:template match="doc">
<html><body><p><xsl:value-of select="$param1"/></p></body></html>
</xsl:template>
</xsl:stylesheet>