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:34 -------
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.

XSLT 1.1 was only a working draft, and has been withdrawn by the W3C. We do not 
and will not support it.

XSLT 2.0 *will* support this syntax; they've dropped the separate 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.

Move to close as "Working as designed; INVALID for XSLT 1.0, in process for XSLT 
2.0".

Reply via email to