Re: [xsl] xsl:eval

Subject: Re: [xsl] xsl:eval
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 10 Apr 2003 21:36:16 +0100

> I am using xsl:eval expression in my xsl file.

xsl:eval has never been an XSLT instruction, it was just in teh
microsoft-specific language in msxml2 (and so IE5).

> Do I need to get the latest version of MSXML.
msxml3 suported both the microsoft-specific language and xslt.
msxml4 only supports xslt.

xsl:eval was a hook to javascript. It was needed in IE5 as the
computational language was so weak, but in XSLT it isn't available ans
isn't usually needed as you can code the problem directly in xslt.

of course _how_ you code it in xslt depends what it is that you wantto
do.

David

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


Current Thread