I try to parse XML-file with external DTD reference with SAX2 parser: <!DOCTYPE clu SYSTEM "CLUInputConversion.DTD">
But DTD file (CLUInputConversion.DTD) is absent, so I get fatal error and parsing terminates in spite of "ExitOnFirstFatalError" and "ValidationConstraintFatal" are both set to false and validation turned off. I don't need to validate that file just want to check if one is well formed. Is there any way to avoid that fatal error and make parser to ignore external DTD reference? Sergei Pavlovskiy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
