|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: How to retrieve value in xsl:value variable??
> several places in my doc. However,
> I would like to be able to retrieve the value using $atomname without
> invoking <xsl:value> call, i.e. is
I'm not quite sure why you want to do this. In general, <xsl:value-of>
is a perfectly good way to get the value of a variable. If you want to
use it in a string along with other things, you might want to know about
concat(). You could say: <xsl:value-of select="concat('This atom is
called ', $atomname, '.')/>, for example.
Steve
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








