Re: AW: Encoding Error with Version 1.4.1

2001-07-12 Thread neilg
ase respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: AW: Encoding Error with Version 1.4.1 Hi Neil, this is basically what I am doing : org.apache.xerces.parsers.DOMParser xerces = new org.apache.xerces.pa

AW: Encoding Error with Version 1.4.1

2001-07-12 Thread Harbarth, Juliane
Hi Neil, this is basically what I am doing : org.apache.xerces.parsers.DOMParser xerces = new org.apache.xerces.parsers.DOMParser(); xerces.setFeature("http://xml.org/sax/features/validation";, true); Handler handler = new Handler(); xerces.setErrorHandler