You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/07/24 13:34:47 UTC

DO NOT REPLY [Bug 11123] New: - Unbounded output on expressions like: select="table[1]|whatever"

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: xalan-dev@xml.apache.org
        ReportedBy: damien@ssl.co.uk


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