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

using variables in xsl value of select

Subject: using variables in xsl value of select
From: "Prasad Akella" <avlnprasad@xxxxxx>
Date: Fri, 18 Feb 2005 16:24:24 +0100
variables in xsl
hi,

i am loading an xml into a variable using the document as 

   <xsl:variable name="srcxml" select="document('QP_Sample.xml')" />  

i have certain conditions to check and then am getting the node whose value has to be retrived from this xml

<xsl:variable name="node">
                       <xsl:call-template name="tail">
                            <xsl:with-param name="string" select="@ref"/>
                        </xsl:call-template>                
</xsl:variable>   

this node gives me the end of the node for example if i have 
A/B/C/D then this tail template returns D into my node

I would like to get the value of this node from the above xml for which i am using

<xsl:value-of select="$srcxml//$node"/>

which is not working as maybe it checks for $node element in my srcxml. i would like to get it in a generic way. please guide me and correct my mistake

with regards,
Prasad Akella
______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193

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.