[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Assigning node values

Subject: Re: Assigning node values
From: Frank Psaila <Frank@xxxxxxxxxx>
Date: Mon, 30 Dec 2002 08:35:45 +0100
reassigning string value in xslt
I have the following code in an XSLT style sheet. A number of occurrences
can be found of the node <bpr> so I need to know which hyperlink was clicked
from the table. The identifier would be the name tag which is a child of the
<bpr> tag. How can I assign the value of node name to the anchor tag of
html.

<xsl:for-each select="//bpr">
	<tr>
	<a href="javascript:loadFrame('Control',
'bpr_control.htm','Error','bpr_error.htm')" name=<xsl:value-of
select="name"/> >
		<td><font color="blue"><xsl:value-of
select="name"/></font></td></a>
		<td><xsl:value-of select="command"/></td>
		<td><xsl:value-of select="pid"/></td>
	</tr>
</xsl:for-each>


I have tried with xsl:variable but it used the variable name literally
instead of the contents of the variable. The name is a string.


Regards
Frank

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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.