Hi Rich !
Our build system takes messages from xliff ( in another words , xml ) file
and convert it to "something" depend on localization method.
In case of Win32 it can be our own dll - "INMEM" method or ICU dll - "ICU"
method . We are independent from Xerces localization method .
I don't know why you don't  like ICU dll , but you can find in our
documentation how to change localization method. it's here:
http://xml.apache.org/xalan-c/readme.html#locale

If you look to xml-xalan\c\Projects\Win32\VC6 directory , you can see
XalanICU.dsw - this is dsw with , as you can guess , ICU support
predefined.
In our current CVS you can see something similar to Xalan.dsw but for VS7
and it's in my to-do list to create XalanICU for VS7.

Hope that helped.
Thanks,
Dmitry



                                                                           
             Rich Stephens                                                 
             <[EMAIL PROTECTED]                                             
             oftware.com>                                               To 
                                       "'[email protected]'"    
             02/26/2004 03:56          <[email protected]>      
             PM                                                         cc 
                                                                           
                                                                   Subject 
             Please respond to         RE: Xalan with/without ICU message  
               xalan-c-users           loader?                             
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           




I am attempting to build Xalan C++ with MSVC 7.

I have already built ICU and Xerces, specifically with the
XERCES_USE_ICU_TRANSCODER and XERCES_USE_INMEM_MESSAGELOADER options. I
used
the INMEM messageloader option because I don't have a need for multi-locale
messages from the parser, and don't want to have to supply them myself.

The VC6 workspace defines XALAN_USE_ICU_TRANSCODER -- Is this option going
to require me to supply my own message lib?  If so, I want to build Xalan
using the ICU transcoder and the ICU bridge for numeric processing, but NOT
the ICU messageloader. Any help as to how to build the Xalan libs in VC7
this way, or whether I even need to, would be appreciated.

Rich Stephens
Software Developer
Optio Software, Inc.
Windward Fairways II
3015 Windward Plaza
Alpharetta, GA 30005
(770) 576-3561
[EMAIL PROTECTED]



Reply via email to