Hi,
I am using xerces 2.7 an xalan 1.10. When using, ICU to support number formatting and sorting, the "Basic usage patterns" describes that the header file: #include <xalanc/ICUBridge/FunctionICUFormatNumber.hpp> among others, should be included. That file is not found in the xalan package and therefore could the following not be performed: // Install ICU support for the format-number() function. FunctionICUFormatNumber::FunctionICUFormatNumberInstaller theInstaller; Is the "Basic usage patterns" wrong? And how should I processed to have support for format number? Regards, Per