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: variable declaration


> 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


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