Hi Hank,
when you succesfully parse the XML document (either with SAX or DOM) it means that it was well formed. This validation is always performed. If the XML were not well formed it would be reported as fatal error to the installed error handler (ErrorHandler or DOMErrorHandler classes)
