[xsl] calling <xsl-template

Subject: [xsl] calling <xsl-template
From: Webmaster <Webmaster@xxxxxxxxxxx>
Date: Thu, 28 Sep 2006 16:05:57 -0500
I'd really like to take advantage of both match-templates and named
templates.

Is there a way to give a match-template parameters like this and call it:

<xsl:template match="something">
	<xsl:param name="specpartnumber" select="''"/>
	...
</xsl:template>

Or is some other method in XSL 1.0?

Thanks!

LN

Current Thread