Subject: RE: variable declaration
From: Linda van den Brink <lvdbrink@xxxxxxx>
Date: Mon, 19 Mar 2001 13:02:03 +0100
|
> Here is my XSL file :
> -------------XSL file-------------
> <?xml version="1.0"?>
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
You're using MSXML2, which works with a very outdated version of XSL.
Upgrade to MSXML3, which uses XSLT 1.0, and which will allow you to use
variables as you were trying.
For details see http://www.netcrucible.com/xslt/msxml-faq.htm
Linda
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|