Return-Path: Delivered-To: apmail-xml-xalan-cvs-archive@xml.apache.org Received: (qmail 14244 invoked by uid 500); 9 Mar 2001 16:44:06 -0000 Mailing-List: contact xalan-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: Delivered-To: mailing list xalan-cvs@xml.apache.org Received: (qmail 14157 invoked by uid 1160); 9 Mar 2001 16:44:04 -0000 Date: 9 Mar 2001 16:44:04 -0000 Message-ID: <20010309164404.14154.qmail@apache.org> From: auriemma@apache.org To: xml-xalan-cvs@apache.org Subject: cvs commit: xml-xalan/c/src/XPath XPath.cpp auriemma 01/03/09 08:44:04 Modified: c/src/XPath XPath.cpp Log: I guess not! Revision Changes Path 1.46 +5 -0 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.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- XPath.cpp 2001/03/09 16:37:59 1.45 +++ XPath.cpp 2001/03/09 16:44:03 1.46 @@ -158,6 +158,11 @@ executionContext, &prefixResolver); + // Push and pop the current node... + XPathExecutionContext::CurrentNodeSetAndRestore theNodeSetAndRestore( + executionContext, + context); + return execute(executionContext); } --------------------------------------------------------------------- To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: xalan-cvs-help@xml.apache.org