Re: XSL Variables and Stylesheet Version Problems

Subject: Re: XSL Variables and Stylesheet Version Problems
From: RSuiter@xxxxxxxxx
Date: Thu, 20 Jul 2000 13:49:30 -0500
Bill Shaw:
><xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl";>
>(and all works fine until I add in xsl:variable )

Together these imply you are using the (archaic) IE5 dialect of xslt, which
did not support xsl:variable or a lot of other things.  You can't fix that
just by updating the namespace to "http://www.w3.org/1999/XSL/Transform";.
But if you are using IE5 you can get the current beta of MSXML3 and follow
its directions (where to find it has been frequently discussed on this
list).  MSXML3 does support xsl:variable and most of the rest of the xslt
specification.

Rick Suiter



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


Current Thread