xsl-list
[Top] [All Lists]

Re: xsl:eval

2003-04-10 13:36:16


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



<Prev in Thread] Current Thread [Next in Thread>
  • xsl:eval, Rajesh Jivangikar
    • Re: xsl:eval, David Carlisle <=