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=23115>. 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=23115 ArrayOutofBounds when XSL is in compiled form. ------- Additional Comments From [EMAIL PROTECTED] 2003-10-15 17:48 ------- The argument to SAXImpl.makeNode(int) is a node handle. But we should use the node identity when indexing the _nodes array. I would like to keep the old caching code and do a node handler to node identity conversion to fix the problem. The problem in makeNodeList() is also fixed.
