Indeed, it is working better with "warn(".
Thanks.
-----Original Message-----
From: David N Bertoni/Cambridge/IBM [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 20, 2003 3:19 PM
To: [email protected]
Subject: RE: Xalan error/warning messages
Hi Thomas,
That should be:
"warn("
which explains why you didn't find any...
Dave
|---------+----------------------------------->
| | [EMAIL PROTECTED]|
| | oftware.com |
| | |
| | 03/20/2003 11:53 AM |
|---------+----------------------------------->
>--------------------------------------------------------------------------------------------------------------------------------|
| |
| To: [email protected] |
| cc: (bcc: David N Bertoni/Cambridge/IBM) |
| Subject: RE: Xalan error/warning messages |
>--------------------------------------------------------------------------------------------------------------------------------|
It seems to work quite well, especially for error. I did not find any
warnings, and I found some message.
That will do it for what I need for sure. Thanks.
Thomas
-----Original Message-----
From: David N Bertoni/Cambridge/IBM [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 20, 2003 2:47 PM
To: [email protected]
Subject: RE: Xalan error/warning messages
Hi Thomas,
Try a grep for the following:
"error("
"warning("
"message("
Dave
|---------+----------------------------------->
| | [EMAIL PROTECTED]|
| | oftware.com |
| | |
| | 03/20/2003 11:35 AM |
|---------+----------------------------------->
>---------------------------------------------------------------------------
-----------------------------------------------------|
|
|
| To: [email protected]
|
| cc: (bcc: David N Bertoni/Cambridge/IBM)
|
| Subject: RE: Xalan error/warning messages
|
>---------------------------------------------------------------------------
-----------------------------------------------------|
I understand. Thanks.
Are there one or two "well known" functions that are used to emit the error
messages? Something that I could use to do an automatic search in the
source
code to find all the messages.
Thomas
-----Original Message-----
From: David N Bertoni/Cambridge/IBM [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 20, 2003 2:24 PM
To: [email protected]
Subject: Re: Xalan error/warning messages
Hi Thomas,
Unfortunately, Xalan's error message are embedded in the source code. It's
clearly something we need to fix for localization purposes, but I've never
had the time to do it.
Dave
[EMAIL PROTECTED]
oftware.com To:
[email protected]
cc: (bcc: David
N Bertoni/Cambridge/IBM)
03/20/2003 11:14 AM Subject: Xalan
error/warning messages
I am trying to gather all the possible fatal, error and warning messages
that Xalan can produce.
I go all the ones from Xerces directly from there NLS xml file
(XMLErrList_EN_US.Xml), but I did not find anything like that for Xalan, or
anything that seems to be a central location fro all the messages (I looked
only in Xalan1.4 source tree).
Did I miss it somewhere? Is there an easy way for me to figure out all the
messages that a Xalan XSLT transformation can produce?
Thanks.
Thomas
