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]

RE: XSL Variables and Stylesheet Version Problems


> 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

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