Hi,
This may be an easy question, but How can I use the value of a paramater in XSL??
For example, you can use <xsl:value-of select="@Name"/> to get a value from a SELECT statement. Can I use <xsl:value-of param="@Name"/> to get the value from a paramater declared in the XSL by <xsl
aram name="Name"/>???
Anyw help would be greatly appreciated.
Thanks in advance.
This may be an easy question, but How can I use the value of a paramater in XSL??
For example, you can use <xsl:value-of select="@Name"/> to get a value from a SELECT statement. Can I use <xsl:value-of param="@Name"/> to get the value from a paramater declared in the XSL by <xsl

Anyw help would be greatly appreciated.
Thanks in advance.