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=5046>. 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=5046 limited length of xpath-expressions ------- Additional Comments From [EMAIL PROTECTED] 2002-09-27 21:27 ------- I'm attaching a patch (2 separate attachments) for this bug. Instead of using the Java collection classes, I've created a class org.apache.xml.utils.ObjectVector (based on org.apache.xml.utils.IntVector)to store the token queue. I *think* the OpMap could also outgrow its array, so I've created a class OpMapVector (very similar to IntVector) to store the OpMap. It was fussy work changing all the access to these arrays, so I'd appreciate it if some of the many voters for this bug could pick up the patch and give it a try. Thanks!
