dbertoni    00/07/09 18:07:48

  Modified:    c/src/TestXSLT process.cpp
  Log:
  New ICU collation integration.
  
  Revision  Changes    Path
  1.28      +7 -0      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.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- process.cpp       2000/07/06 20:35:14     1.27
  +++ process.cpp       2000/07/10 01:07:48     1.28
  @@ -114,6 +114,7 @@
   #include <ICUBridge/ICUBridge.hpp>
   #include <ICUBridge/FunctionICUFormatNumber.hpp>
   #include <ICUBridge/ICUXalanNumberFormatFactory.hpp>
  +#include <ICUBridge/ICUBridgeCollationCompareFunctor.hpp>
   #endif
   
   
  @@ -750,6 +751,12 @@
                        theXSLProcessorSupport,
                        theXPathSupport,
                        theXObjectFactory);
  +
  +#if defined(XALAN_USE_ICU)
  +     ICUBridgeCollationCompareFunctor        theICUFunctor;
  +
  +     theExecutionContext.installCollationCompareFunctor(&theICUFunctor);
  +#endif
   
        if (stylesheet == 0)
        {
  
  
  

Reply via email to