RE: <xsl:variable>??

Subject: RE: <xsl:variable>??
From: "Ben Sorek" <bsorek@xxxxxxxxxxxxx>
Date: Tue, 4 Apr 2000 19:23:19 +0200
>>I keep getting this error:
>>XSL Runtime Error
>>Keyword xsl:variable may not be used here.


If you are using the IE5 Parser, the problem is because MS doesn't support
this function.
The reason is because you are using the older
namespace=>http://www.w3.org/TR/WD-xsl that doesn't support <xsl:variable>

You need to use the http://www.w3.org/TR/WD-xsl namespace and the MSXML
Parser doesn't support it. However Microsoft has a preview release of MSXML
that does support. go to there site and install, and it should work fine
with the new namespace

Ben


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


Current Thread