Re: XMLParser error with unicode characters in XML file.

2004-07-11 Thread Mike Ferrando
Manoj, For the XML declaration, the encoding attribute value is specified by the IANA values. The uppercase value of 'utf-8' is the prefered form of the character set. This is the first time I have seen the need for choosing the preferred value, but I will make a note of it for my stylesheets. Y

Re: XMLParser error with unicode characters in XML file.

2004-07-09 Thread Manoj_Nair
Thanks for the reply. However this problem has nothing to do with data transfer as I am creating XML file on the fly. So if is installed on Unix file gets created on Unix and same for windows... My guess turned out right. On Unix you need to specify the encoding as 'UTF-8' ( case sensitive ) whil

Re: XMLParser error with unicode characters in XML file.

2004-07-08 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: My boss just called me and informed me that on UNIX ( where we have our jars and where we run our application server) its getting an error saying "encoding error utf8". It worked on windows 2000 pro which I am using. Does the utf8 string needs to be different on unix? Th

RE: XMLParser error with unicode characters in XML file.

2004-07-08 Thread Manoj_Nair
My boss just called me and informed me that on UNIX ( where we have our jars and where we run our application server) its getting an error saying "encoding error utf8". It worked on windows 2000 pro which I am using. Does the utf8 string needs to be different on unix? Paging Vinuta  ThanksManoj

RE: XMLParser error with unicode characters in XML file.

2004-07-07 Thread Manoj_Nair
ay, July 06, 2004 5:28 PM To: [EMAIL PROTECTED] Cc: [email protected] Subject: XMLParser error with unicode characters in XML file. I am getting a XML parsing error from weblogic.apache.xerces when I parse a XML document which contains accented characters. This is what I am doing 1) Some database co

RE : XMLParser error with unicode characters in XML file.

2004-07-07 Thread mathieu . fretiere
> Here the parser throws a org.xml.sax.SAXParserException check the xml declaration : (ISO-8859-1 or something else) Mat - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: XMLParser error with unicode characters in XML file.

2004-07-06 Thread Vinuta Nagaraddi
ECTED] Sent: Tuesday, July 06, 2004 5:28 PM To: [EMAIL PROTECTED] Cc: [email protected] Subject: XMLParser error with unicode characters in XML file. I am getting a XML parsing error from weblogic.apache.xerces when I parse a XML document which contains accented characters. This is wh

XMLParser error with unicode characters in XML file.

2004-07-06 Thread Manoj_Nair
I am getting a XML parsing error from weblogic.apache.xerces when I parse a XML document which contains accented characters. This is what I am doing 1) Some database columns have accented data for spanish,japanese etc languages like NÃmero de identificaÃÃo: and nÃmero de identificaciÃn. 2) I am r