Subject: RE: Can not convert #RTREEFRAG to a NodeList!
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 30 Jan 2001 21:14:29 -0000
|
> I beleive there is no difference between TreeFragment
> and NodeSet or did I miss something ???
Yes, I think you missed XSLT 1.0.
At XSLT 1.1, in its current draft, your code is OK, but at 1.0 it isn't. To
convert a result tree fragment to a node-set you need the vendor's
node-set() extension function.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|