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=5536>. 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=5536 Stack overflow Summary: Stack overflow Product: XalanC Version: 1.2.x Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: XalanC AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] <template match="abc"> <apply-templates match="//row" /> </template> <template match="//row"> <apply-templates match="//row" /> </template> Stack overflow. It's not the brights XSLT, but it shouldn't cause a stack overflow. There seems to missing a check for recursiveness in the pattern matching.
