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/08/12 05:55:46 UTC

cvs commit: xml-xalan/c/src/TestXSLT process.cpp

dbertoni    2002/08/11 20:55:46

  Modified:    c/src/TestXSLT process.cpp
  Log:
  Added more version information.  Use new option for ICU collator to cache collator instances.
  
  Revision  Changes    Path
  1.86      +8 -2      xml-xalan/c/src/TestXSLT/process.cpp
  
  Index: process.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/TestXSLT/process.cpp,v
  retrieving revision 1.85
  retrieving revision 1.86
  diff -u -r1.85 -r1.86
  --- process.cpp	26 Apr 2002 07:33:49 -0000	1.85
  +++ process.cpp	12 Aug 2002 03:55:46 -0000	1.86
  @@ -1021,7 +1021,9 @@
   			theXObjectFactory);
   
   #if defined(XALAN_USE_ICU)
  -	ICUBridgeCollationCompareFunctor	theICUFunctor;
  +	// Create a collation function for the ICU, and have it
  +	// cache collators...
  +	ICUBridgeCollationCompareFunctor	theICUFunctor(true);
   
   	theExecutionContext.installCollationCompareFunctor(&theICUFunctor);
   #endif
  @@ -1152,7 +1154,11 @@
   	else if (theParams.versionOnly == true)
   	{
   		cout << endl
  -			 << "TestXSLT version 1.3 (Xalan C++ version 1.3)"
  +			 << "Xalan version "
  +			 << XALAN_FULLVERSIONDOT
  +			 << endl
  +			 << "Xerces version "
  +			 << XERCES_FULLVERSIONDOT
   			 << endl;
   	}
   	else
  
  
  

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