XSL named parameter 'with-param' using 'apply-templates'
问题 My questions are at the bottom of this post, if you wish to read them before the full explanation. I'm converting an XML document to a pretty web page using XSL, and am having trouble with correctly passing a variable. I have many xsl:template s defined, and need to pass a specific parameter to just one of them. I was hoping that I would be able to pass a named parameter that would presumably be sent to all of the xsl:template s, but only be used by a single one and ignored by the others.