xsl-list
[Top] [All Lists]

RE: Temporary Trees

2003-06-03 01:25:02
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



<Prev in Thread] Current Thread [Next in Thread>