Description
Currently the code, ctaches any errors from the contenthandler call but doesn't do anything with it.
We need to consider if there is something that needs to be done, or can be done, with these exceptions.
So if something goes wrong in any InfosetOutputter, we are going to just keep on going and ignore that. We need to ensure that the results of InfosetOutputter functions are actually used and that there is some way to pass back information so that diagnostics about the failure can be recovered.