RE: XSL Variables and Stylesheet Version Problems

Subject: RE: XSL Variables and Stylesheet Version Problems
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 21 Jul 2000 18:48:19 +0100
> When I start trying to use xsl:variable or xsl:param I get method not
> allowed in browser process and line error when server processed.
> I am using the following reference:
> <?xml version="1.0" encoding="UTF-8"?>
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl";>
> (and all works fine until I add in xsl:variable )

You are using XSLT syntax with a non-XSLT processor (specifically,
Microsoft's 1998 implementation of a dialect of an XSL draft). Get yourself
an XSLT processor, e.g. Microsoft's latest MSXML3.

Mike Kay 


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


Current Thread