[xsl] Where can I find some support for xalan-Java 1?

Subject: [xsl] Where can I find some support for xalan-Java 1?
From: Joseph Kesselman <keshlam@xxxxxxxxxx>
Date: Thu, 27 Mar 2003 10:15:35 -0500
If you've got Xalan-specific questions, including questions about older 
versions, try posting them to Apache's Xalan mailing lists. See 
http://xml.apache.org/mail.html#xalan-j-users

>org.apache.xalan.xpath.XPathException: Can not convert #RTREEFRAG to a
>NodeList!

Stylesheet error. In XSLT 1.0, a Result Tree Fragment (that is, a fragment 
of tree structure, typically in a variable) can not be used directly in 
places in the grammar where a Node List is expected. Xalan, like most 
other processors, provides an extension function which can convert result 
trees into acceptable nodelists; this is not a fully portable solution, 
but it's the best you're going to get. The non-EXSLT version hasn't 
changed since Xalan 1, so see 
http://xml.apache.org/xalan-j/extensionslib.html#ex-nodeset


______________________________________
Joe Kesselman, IBM Next-Generation Web Technologies: XML, XSL and more. 
"may'ron DaroQbe'chugh vaj bIrIQbej"  ("Put down the squeezebox and nobody 
gets hurt.")


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


Current Thread