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

RE: Problem with using $variable in xsl:value-of

Subject: RE: Problem with using $variable in xsl:value-of
From: Stuart Brown <sbrown@xxxxxxxxxxxxx>
Date: Wed, 18 Sep 2002 20:26:55 +0100
RE:  Problem with using $variable in xsl:value-of
Hi Jochen

> I want to use the value of a variable to define a path in XPath, but:
> - no way (the problem is marked --> PART A)
> 
> Does someone have any ideas. I think the solution might be simple,
> but I cannot grab it at the moment

The answer (if not the solution) is simple: you can't in pure XSLT!

However, most processors offer some kind of evaluate() extension function.
Or, if you don't want to use these, you can use a variable in predicates for
comparison. For instance, if you had:

<xsl:variable name="pathStep" select="'element'"/>

You could include it in an xpath like this:

<xsl:value-of select="element/*[name()=$pathStep]/@readonly"/>

Obviously, if you don't know the exact nature of the xpath step that you
want to process this will be harder.

Cheers,

Stuart

 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.