[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] Selection Criteria in XSL


Subject: RE: [xsl] Selection Criteria in XSL
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Fri, 23 Mar 2001 07:39:42 -0000

>
> 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



Current Thread
Keywords