RE: Problem parsing non-english XML files.

2000-03-21 Thread Johan Mörén
Hi, we parse swedish xml-files and use the following encoding succesfully "ISO-8859-1".   Johan -Original Message-From: jean-gui [mailto:[EMAIL PROTECTED]Sent: den 20 mars 2000 20:02To: [EMAIL PROTECTED]Subject: Problem parsing non-english XML files. Hi,  

Problem parsing non-english XML files.

2000-03-20 Thread jean-gui
Hi,   I am new to the mailing list. I am trying to parse xml document files with the DOMParser. I am using the release 1.03. My code looks like this:           InputSource source = new InputSource(in);    DOMParser parser = new DOMParser();    parser.parse(source);    doc = par