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=20908>. 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=20908 NullPointerException when sorting using a child of a variable. ------- Additional Comments From [EMAIL PROTECTED] 2003-06-19 13:45 ------- This looks like the result-tree-fragment versus node-set distinction. If so, what's happened is that we fixed something rather than breaking something, and the workaround is http://xml.apache.org/xalan-j/extensionslib.html#nodeset Note that XSLT 2.0 is proposing to eliminate this division and replace both RTFs and nodesets with a unified datatype, Temporary Trees. If/when that happens the nodeset extension will become unnecessary... but for XSLT 1.0 it really is a necessary bridge.
