Milan Tomic <[EMAIL PROTECTED]> wrote on 11/16/2006 03:28:35 AM: > I have noticed that error messages are localized now. Now, it is > impossible to copy&paste error > message into Google and find a solution. Please, either add unique > error code for each error message
Every error message Xerces emits has a unique identifier (a tuple of a domain and a key) associated with it. This error ID is accessible through XNI. Take a look at XMLErrorHandler [1]. > or return error message in both: English and in local language. If someone volunteers to contribute and maintain translated messages we'd certainly welcome it. > Thank you. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] [1] http://xerces.apache.org/xerces2-j/javadocs/xni/org/apache/xerces/xni/parser/XMLErrorHandler.html Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
