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/10 23:45:32 UTC

DO NOT REPLY [Bug 10665] New: - can't traverse the nodeset returned by xalan:nodeset

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=10665>.
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=10665

can't traverse the nodeset returned by xalan:nodeset

           Summary: can't traverse the nodeset returned by xalan:nodeset
           Product: XalanC
           Version: 1.2.x
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: XalanC
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: george.chen@cognos.com


I had a variable contains a hard coded Map(<key, value>) and used extension 
function xalan:nodeset to convert it to a nodeset and then use for-each to 
traverse the nodeset. I was surprised to see I can only go through the first 
node. I have done the following investigation,
- It works with v1.3.
- The document in v1.2 had gave a sample using for-each with nodeset.
- I didn't find bug logged for it.

The problem is I can't upgrade to v1.3. So anybody can tell me if it is a bug 
or I was wrong in somewhere?