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

Wrong values pushed to stack

           Summary: Wrong values pushed to stack
           Product: XalanJ2
           Version: CurrentCVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: org.apache.xpath
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


In org.apache.xpath.XPathContext the methods
pushCurrentNodeAndExpression
and
pushExpressionState

apparently should push their arguments to an number of stacks.
The cn value (current node) is however pushed on both
the current node and the current expression expression stack.
The current expression (en) value is not used.

It is likely that this is an error (if not than that should
be properly documented).  It appears not to give any problems
at the moment as both arguments to the methods seem to be
equal at all call's .....

Reply via email to