Bhaskar wrote:
Hi,

I am a new user to Xalan-C and Xerces-C, and I had been using them without any issues until I rebuilt them with ICU. The compilations worked well and I have been able to ICU-related utilities fine but there is one issue - when I type Xalan -?, I get the following error message repeated 16 times:

"The message was not found in the ICU resource bundle."

This same error message also gets thrown out of a badly-constructed XSLT now instead of the actual exception when I run Xalan for the transformations.

I wrote to ICU mailing list and they advised me to write to this list.

This is because you are probably using a version of the ICU that's newer than 3.2. There is a change in message loading that removed support for the deprecated way that Xalan-C and Xerces-C expect the resource bundles to be named.

Your best bet is to use ICU 3.2, since that's what we tested with.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to