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=26019>. 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=26019 infinit loop processing appearing with Xalan J 2.5.2 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |PatchAvailable ------- Additional Comments From [EMAIL PROTECTED] 2004-02-04 23:13 ------- UnionPathIterator is used for union expression and xsl:key for interpretive xalan. When it is used to represent a unionexpr, the location path iteraters field m_iterators stores XNodeSets for each location path. When set the m_allowDetach flag to false for catching cases, set the flag to the contained DTMIterators instead of the containing XNodeSets.
