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=15117>. 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=15117 Multiple calls to str method of XObject do not return same result ------- Additional Comments From [EMAIL PROTECTED] 2003-03-06 01:44 ------- Just for the record: similar issue with the nodelist() method: XObject xobj = XPathAPI.eval(node, query, prefix); System.out.println(xobj.nodelist().getLength()); System.out.println(xobj.nodelist().getLength()); prints out : 1 0 If it's the normal behaviour, it's _really_ confusing (and impossible to debug)
