Hi, I'm using
org.apache.daffodil.sapi.infoset.ScalaXMLInfosetOutputter and get an exception when calling ScalaXMLInfosetOutputter.getResult(). It says I should check if there is an error with isError. However there is no ScalaXMLInfosetOutputter.isError function and ScalaXMLInfosetOutputter.infosetOutputter.resultNode is private. How to check for errors and get the underlying exception? Patrick.