Confirmed users
716
edits
Line 7: | Line 7: | ||
The following document passes the two parameters "color" and "size" to the stylesheet "style.xsl". | The following document passes the two parameters "color" and "size" to the stylesheet "style.xsl". | ||
<?xslt-param name="color" value="blue"?> | <?xslt-param name="color" value="blue"?> | ||
<?xslt-param name="size" select="2"?> | <?xslt-param name="size" select="2"?> | ||
<?xml-stylesheet type="text/xsl" href="style.xsl"?> | <?xml-stylesheet type="text/xsl" href="style.xsl"?> | ||
== Processing instructions == | == Processing instructions == |