Re: exception during parsing

2003-03-25 Thread Sandy Gao
thblum/Haifa/IBTo: <[EMAIL PROTECTED]> [EMAIL PROTECTED] cc:

exception during parsing

2003-03-25 Thread Ron Rothblum
I use the following code to parse an xml file: public boolean parse(final InputStream configuation) { DOMParser parser = new DOMParser(); ParserErrorHandler errHandler = new ParserErrorHandler(); parser.setFeature("http://xml.org/sax/features/validation";, true);