Hi, We have a requirement to verify XML file validation error and well-formedness error using DOM Apis. We have used SAX api setFeature to acheive the same. So wanted to know whether DOMDocument::setStrictErrorChecking <http://xml.apache.org/xerces-c/apiDocs/classDOMDocument.html#z61_11> (bool strictErrorChecking)=0 also does the same? If not, can you let me know the correct API. Thanks Karuna
- Validation using DOM Kosaraju Karuna-C9013Z
- Re: Validation using DOM David Bertoni
