This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: 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.

If you can't use extension functions, then you can't achieve this is
standard XSLT.

Mike Kay
Software AG


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]