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=11123>. 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=11123 Unbounded output on expressions like: select="table[1]|whatever" Summary: Unbounded output on expressions like: select="table[1]|whatever" Product: XalanJ2 Version: 2.4Dx Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: org.apache.xalan AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] whether from apply-templates or for-each: select="table[1]" works fine select="table[1]|whatever" generate an unbounded ouput as if table[1] was selected an infinite number of times. The same expression works fine with Xalan-j 2.0.0
