Hi Folks, So, a standards organization created a description of a data format. They expressed that description using DFDL.
Then, I created an instance of the data format. Now I'd like to know if my instance is valid, i.e., does it conform to the DFDL description that the standards organization created. I'm not interested in outputting an XML or JSON representation of the instance. I simply want to know if my instance is valid. I want the output to be either yes it's valid, or no it's not valid. (Analogously, an XML Schema validator can output a detailed infoset or it can output simply valid/invalid) Can Daffodil do this? /Roger