auriemma    01/03/09 08:38:01

  Modified:    c/src/XPath XPath.cpp
  Log:
  No longer setting the current node in execute since it is already being done.
  
  Revision  Changes    Path
  1.45      +0 -5      xml-xalan/c/src/XPath/XPath.cpp
  
  Index: XPath.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/XPath.cpp,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- XPath.cpp 2001/02/09 19:29:14     1.44
  +++ XPath.cpp 2001/03/09 16:37:59     1.45
  @@ -158,11 +158,6 @@
                                                                        
executionContext,
                                                                        
&prefixResolver);
   
  -     // Push and pop the current node...
  -     XPathExecutionContext::CurrentNodeSetAndRestore         
theNodeSetAndRestore(
  -                                                                     
executionContext,
  -                                                                     
context);
  -
        return execute(executionContext);
   }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to