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=11409>. 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=11409 Backward compatibility with 1.1 "Cannot convert a #RESULT_TREE_FRAG to a node set" [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-08-02 18:42 ------- XSLT WD 1.1 is frozen and will never be implemented. Xalan-C++ 1.1 had a bug where it allowed conversion of RTFs to node-sets, but that was fixed because we need to comply with the recommendation. Even then, it did not do the conversion properly, so it was of little use. You can use the nodeset() extension function to do this in 1.3, and that's what you should do. We will never allow the automatic conversion of RTF to node-set in a version 1.0 stylesheet.
