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 ---------------------------------------------------------------------------- Component|javax.xml |org.apache.xpath ------- Additional Comments From [EMAIL PROTECTED] 2004-02-03 22:43 ------- The problem happens when the select expression of xsl:param is using an xpath union expression. For xsl:param/xsl:variable, we want to cache the value. A flag m_allowDetach should set to false for all DTMIterators of a union expression. The current UnionPathIterator class doesn't set the flag for all contained DTMIterators.
