Consultor Eletrônico



Kbase P17589: Loading an XML document with dtd validation using the DOM pa
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/28/2003
Status: Unverified

FACT(s) (Environment):

Progress 9.x

SYMPTOM(s):

Loading an XML document with dtd validation using the DOM parser

The DOM parser only returns the first error

There are other errors in the document

CAUSE:

This is standard behavior when validating a document with any DOM parser

FIX:

Use the SAX parser instead of the DOM parser and implement the Warning, Error and FatalError callbacks