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 2002/10/12 03:48:15 UTC

cvs commit: xml-xalan/c/src/XSLT XalanTemplate.cpp

dbertoni    2002/10/11 18:48:15

  Modified:    c/src/XSLT XalanTemplate.cpp
  Log:
  New updates.
  
  Revision  Changes    Path
  1.42      +14 -9     xml-xalan/c/src/XSLT/XalanTemplate.cpp
  
  Index: XalanTemplate.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/XalanTemplate.cpp,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- XalanTemplate.cpp	26 Sep 2002 07:02:49 -0000	1.41
  +++ XalanTemplate.cpp	12 Oct 2002 01:48:15 -0000	1.42
  @@ -120,6 +120,7 @@
   
   
   #include <XercesParserLiaison/XercesDocumentBridge.hpp>
  +#include <XercesParserLiaison/XercesDocumentWrapper.hpp>
   #include <XercesParserLiaison/XercesNamedNodeListCache.hpp>
   #include <XercesParserLiaison/XercesParserLiaison.hpp>
   #include <XercesParserLiaison/XercesToXalanNodeMap.hpp>
  @@ -272,14 +273,6 @@
   	}
   
   	{
  -		XercesParserLiaison::DocumentMapType	theMap;
  -		
  -		for_each(theMap.begin(),
  -			 theMap.end(),
  -			 MapValueDeleteFunctor<XercesParserLiaison::DocumentMapType>());
  -	}
  -
  -	{
   		Stylesheet::AttributeSetVectorType	theVector;
   		
   		for_each(
  @@ -507,12 +500,24 @@
   
   	{
   		XSLTEngineImpl::TraceListenerVectorType		theVector;
  -		
  +
   		remove(
   			theVector.begin(),
   			theVector.end(),
   		 	XSLTEngineImpl::TraceListenerVectorType::value_type(0));
   	}
  +
  +	{
  +		XSLTEngineImpl::XalanDOMStringPointerVectorType		theVector;
  +		
  +		XalanDOMString	nodeName;
  +
  +		find_if(
  +			theVector.begin(),
  +			theVector.end(),
  +			XSLTEngineImpl::FindStringPointerFunctor(nodeName));
  +	}
  +
   
   	{
   		XalanDOMString	theString;
  
  
  

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