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=21842>. 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=21842 Stack Overflow on circular assignment Summary: Stack Overflow on circular assignment Product: XalanJ2 Version: CurrentCVS Platform: Other OS/Version: Other Status: NEW Severity: Minor Priority: Other Component: org.apache.xpath AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I don't know if this is proper/expected behavior or not, but if I circularly define a variable I get a stack overflow as it flips back and forth. They were in two separate xsl files, if that makes a difference. If you can't reproduce, I'll come up with a test-case. Wouldn't a more graceful failure be a test to see if a variable is already being resolved, and if so, die with a '$foo and $bar are circularly defined' (or not list the variables, if that's inconvenient)?
