Is it possible to assign a value to a parameter of an imported stylesheet?
I was expecting something like
Try this:
main.xsl
import.xsl
An xsl:variable in an importing stylesheet can override an xsl:param in an imported stylesheet, and this effectively sets the value of the parameter.