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=16721>. 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=16721 EXSLT bugs ------- Additional Comments From [EMAIL PROTECTED] 2003-02-03 22:21 ------- Oops, I forgot to reply to your statement regarding hasSameNodes vs. has-same- node. I believe these functions do two different things, although they have very similar names. hasSameNodes() determines if the two nodes sets contain the same nodes (identical). That being the case, two empty node-sets _do_ have the same nodes. See: http://xml.apache.org/xalan-c/extensionslib.html#hassamenodes exslt:has-same-node returns true if the intersection of two node-sets is non- empty, which is something entirely different.
