Desired Parsing Behavior: If data is well-formed and valid, we want parsing to produce XML and display no errors. If data is well-formed but not valid, we want parsing to produce XML and display errors. If data is not well-formed, we want parsing to not produce XML and display errors. Use the Daffodil "-V limited" option when parsing from a command line, as it results in the desired parsing behavior.
Do you agree? /Roger