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]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]