[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] calling
Subject: Re: [xsl] calling <xsl-template
From: "Jay Bryant" <jay@xxxxxxxxxxxx>
Date: Thu, 28 Sep 2006 18:18:32 -0500
|
I've done that (though rarely), so I can vouch for it working.
Jay Bryant
Bryant Communication Services
----- Original Message -----
From: "Webmaster" <Webmaster@xxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, September 28, 2006 4:05 PM
Subject: [xsl] calling <xsl-template
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
|