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
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