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: Can not convert #RTREEFRAG to a NodeList!


> 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


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