OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

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

[ Lists Home | Date Index | Thread Index ]

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@metalab.unc.edu
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




 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS