Re: exception during parsing
thblum/Haifa/IBTo: <[EMAIL PROTECTED]> [EMAIL PROTECTED] cc:
exception during parsing
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);