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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]