You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2001/06/16 00:27:57 UTC

cvs commit: xml-xalan/c/samples/XPathWrapper XPathWrapper.cpp

dbertoni    01/06/15 15:27:57

  Modified:    c/samples/XPathWrapper XPathWrapper.cpp
  Log:
  Update for new signature.
  
  Revision  Changes    Path
  1.13      +2 -4      xml-xalan/c/samples/XPathWrapper/XPathWrapper.cpp
  
  Index: XPathWrapper.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/samples/XPathWrapper/XPathWrapper.cpp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- XPathWrapper.cpp	2001/04/30 21:32:14	1.12
  +++ XPathWrapper.cpp	2001/06/15 22:27:55	1.13
  @@ -135,8 +135,7 @@
   
   				theXPathProcessor.initXPath(*contextXPath,										
   											TranscodeFromLocalCodePage(context),
  -											ElementPrefixResolverProxy(rootElem, theEnvSupport, theDOMSupport),
  -											theEnvSupport);
  +											ElementPrefixResolverProxy(rootElem, theEnvSupport, theDOMSupport));
   
   	   			XObjectPtr	xObj =
   					contextXPath->execute(rootElem,
  @@ -175,8 +174,7 @@
   					XPath* const	xpath = theXPathFactory.create();
   					theXPathProcessor.initXPath(*xpath,
   												TranscodeFromLocalCodePage(expr),
  -												ElementPrefixResolverProxy(rootElem, theEnvSupport, theDOMSupport),
  -												theEnvSupport);
  +												ElementPrefixResolverProxy(rootElem, theEnvSupport, theDOMSupport));
   
   					xObj = xpath->execute(contextNodeList.item(0),
   										  ElementPrefixResolverProxy(rootElem, theEnvSupport, theDOMSupport),
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org