RE: [xsl] Template Parameter Q

Subject: RE: [xsl] Template Parameter Q
From: "XSLList" <xsllist@xxxxxxxxxxxxx>
Date: Fri, 28 Feb 2003 20:04:17 -0500
Ah, brilliant, I should have figured that out.  Thanks David.

I've finished my first xml/xslt project after reading some thousand posts
from the list and some of Jeni's book.  xslt is finally starting to do fewer
and fewer unexpected things!  (Or more likely, I'm finally finding effective
debugging techniques.)
--Jeff

>
>pass in a string with the name of the attribute not the attribute
>itself.
>
> <xsl:with-param name="att" select="'mfg_name'"/>
>
>then
>="{@*[name()=$att]}"
>
>David
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread