Oxygen XML Editor
 
[XML-DEV Mailing List Archive Home] [By Thread] [By Date]

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  elharo@...
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

 
© 2002-2008 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy
This website was created & generated with <oXygen/> XML Editor
Keywords
xml