Hi Julian,
Yeah, I have to admit I'm stumped too. We've had a few reports of
differences between 1.4.1 and the 1.3.x series, but none of these had to do
with encodings and I'm not even sure if anyone's been able to reproduce
anything (other than the obvious schema diffreences of course).
Maybe s
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