|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: how to store attribute value?
<xsl:variable name="test_var" select="<xsl:value-of select="@root_attribute"/>"></xsl:variable> ** The above is incorrect ** you should try instead, the following <xsl:variable name="test_var"> <xsl:value-of select="@root_attribute"/> </xsl:variable> and if you want to make use of a variable in another template, you may wish to pass that variable as a parameter to the template.. and u can then use that variable. Hope this helps Vasu From: Vinoth Palaniappan <vinoth@xxxxxxxxxxxx> Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx Subject: how to store attribute value? Date: Tue, 6 Aug 2002 16:17:29 +0530 _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








