Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XSL Param

Status
Not open for further replies.

notrut

Programmer
Joined
Feb 6, 2002
Messages
87
Location
CA
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:param name="Name"/>???

Anyw help would be greatly appreciated.

Thanks in advance.
 
<xsl:value-of select="$Name"/>


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top