Hello all, I am trying to get Xerces XML schema support working. Unfortunately, I'm running into a few problems.
Whenever I try to turn on schema support, I get a SAXNotRecognizedException thrown. Does anyone know what I'm doing wrong? Tech details: Using Xerces 1.4.0 (and later tried 1.3.1) Windows 2000 JDK 1.3 (Also tried JDK 1.1.x) Code snippet: DOMParser parser = new DOMParser(); parser.setFeature( "http://apache.org/xml/features/validation/schema", true ); parser.parse( fName ); By the way... My apologies if this is a common question... I tried to review the archives, but apparently they're not working. (I get re-directed to a site that does not load) Thanks in advance, Tim Crowley --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
