xml editor

Supported platforms

Compatible with Windows7 & Mac OS X Snow Leopard

Ready for data server software
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Retriving attribute value using variable.


Subject: Re: [xsl] Retriving attribute value using variable.
From: "watchstone@xxxxxxxxxxx" <watchstone@xxxxxxxxxxx>
Date: Mon, 22 Aug 2005 05:47:10 GMT

<xsl:variable name="searchAttribute" select="values/@attribute1"/>


-- Arulraj <p_arulraj@xxxxxxxxx> wrote:
Hi,

Is it possible to use xsl variable in the 
<xsl:value-of select=""/>

I am having the following XML.

XML:
<?xml version="1.0" encoding="ISO-8859-1"?>
<landcodecombo>
<values attribute1="IN" attribute2="INDIEN"/>
</landcodecombo>

XSL:
<xsl:for-each select="landcodecombo">
	<xsl:variable
name="searchAttribute">attribute1</xsl:variable> 
	<xsl:for-each select="values">
	<xsl:value-of select="concat('@',$searchAttribute)"/>
	</xsl:for-each>
</xsl:for-each>

I need the output like.
IN

But i am getting the output 
@attribute1

Is it possible to get the value of "attribute1" using
variable.

Regards,
Arul


		
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 


Current Thread
Keywords
xsl
XML Editor | XML Author | WYSIWYG Editors | Schema Editor | XSD Documentation | XSL/XSLT Editor | XQuery | XML Databases | SVN Client
© 2002-2011 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy | This website was created & generated with <oXygen/>®XML Editor