[xsl] <xsl:if> with JavaScript function via <msxsl:script>

Subject: [xsl] <xsl:if> with JavaScript function via <msxsl:script>
From: Daryl Bergeron <Dbergeron@xxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 16 May 2002 14:30:30 -0500
I'm moving fromn v3 to v4 of MSXML, and have converted my <xsl:script>'s to
<msxsl:script>'s (with a "user" prefiex/namespace).  However, I was using
<xsl:if expr="myFunction()">, and since v4 requires the
www.w3.org/1999/XSL/Transform namespace, which apparently doesn't contain
'expr' as an attrib of <xsl:if>, I tried <xsl:if test="user:myFunction()">,
but that doesn't work either.

Has anyone used a scripting function in the evaluation of my "if", or can it
only be used in the "select" of an <xsl:value-of>?

Thanks.

Daryl

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


Current Thread