Re: [xml-dev] SAX parser validation with JRE 1.5

From
Elliotte Harold <>
To
Date
2005-08-24T17:52:13Z
ID
<>
Thread
Re: [xml-dev] SAX parser validation with JRE 1.5
In do see several problems in your code, the biggest of which is that 
you're using SAXParser and SAXParserFactory and making the same mistake 
almost everyone who uses them makes. Not your fault, though. they're 
poorly designed and virtually guaranteed to be used incorrectly. Just 
use XMLReader and XMLReaderFactory instead and those mistake will take 
care of themselves.

The specific problem you're having may or may not be related to that, 
but it looks like a failure to supply an ErrorHandler, so validation is 
likely being performed, but no error messages are reported.

-- 
Elliotte Rusty Harold  
XML in a Nutshell 3rd Edition Just Published!
http://www.cafeconleche.org/books/xian3/
http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim