DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14125>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14125

Xalan dies with ClassCastException: org.apache.xpath.objects.XRTreeFrag





------- Additional Comments From [EMAIL PROTECTED]  2002-10-31 16:27 -------
I believe implicit conversion from RTF to nodeset is actually *FORBIDDEN* by the 
1.0 spec, which is why we haven't done it in the past. The nodeset() extension 
function can be used as a workaround.

This will be changing in XSLT 2.0, where they've dropped the concept of Result 
Tree Fragments in favor of having a general tree datatype. Our prototype on the 
"xslt20" branch works that way, and hence no longer needs nodeset(). That's 
experimental code, and there are some performance issues due to 2.0's schema 
awareness, but if this is something you consider important you might want to try 
playing with that version.

Reply via email to