|
Subject: RE: [xsl] evaulate From: "Jason Macki" <jmacki@xxxxxxx> Date: Mon, 25 Jun 2001 16:48:37 -0500 |
Hi Carol,
Unless I misunderstood the question, you want to do something like this:
<xsl:variable name="title"/>no_title</xsl:variable>
<xsl:variable name="script" select="concat('Title: ',$title)" />
Which sets "script" to:
Title: no_title
You use the "concat" function to combine the strings, and a "select"
attribute sets the content of the variable, not a "value" attribute.
- Jason
-----Original Message-----
From: Carol Lee [mailto:CarolL@xxxxxxxxxxxxxxxxxx]
Sent: Monday, June 25, 2001 4:12 PM
To: 'XSL-List@xxxxxxxxxxxxxxxxxxxxxx'
Subject: [xsl] evaulate
if i have a variable
<xsl:variable name="title" value="no_title"/>
<xsl:variable name="script" value="sdfhskadh__$title_"/>
are there any evalute function that the $title is subtituted with
"no_title"
when i print out the variable "script"?
P.S. I can't use Xalan 2 or Saxon evaluate funtions.
Carol
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] evaulate, Michael Kay | Thread | [xsl] Keys, Lookup tables, Push--Pu, Dimitre Novatchev |
| [xsl] evaulate, Carol Lee | Date | Re: [xsl] evaulate, James Melton |
| Month |