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: Selection Criteria in XSL


>
> I tried using xsl:variable and xsl:script like...
>
> <xsl:variable name="test">
> <xsl:eval>test1()</xsl:eval>
> </xsl:variable>
> <xsl:script><![CDATA[function test1(){return
> document.all.fieldname.value}]]></xsl:script>
>
xsl:variable is available only in XSLT, xsl:eval is available only in
Microsoft's WD-xsl. These are different languages and can't be mixed. See
www.netcrucible.com.

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]