RE: [xsl] Temporary Trees

Subject: RE: [xsl] Temporary Trees
From: Jarno.Elovirta@xxxxxxxxx
Date: Tue, 3 Jun 2003 11:25:02 +0300
Hi,


> <xsl:stylesheet version="1.1"
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>

[snip]

> I'm using MSXML4 (SP2), and get the following error:
> 
> 	Reference to variable or parameter 'sorted-files' must 
> evaluate to a
> node list.
> 
> 
> I have tried several methods, all have failed. Above is just 
> one of the ways
> that I have tried. I know I must be doing something wrong, but what?

MSXML4 doesn't implement XSLT 1.1. Use e.g. jd.xslt or Saxon if you want to work with XSLT 1.1; use exslt:node-set extension function, or vendor specific extension function <http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk/htm/xsl_xsltfun_4o1a.asp> to convert a RTF into a node-set.

Cheers,

Jarno - Feindflug: Foltersequenz

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


Current Thread