I saved my parser and, as expected, saw an improvement in processing time, however, when I try to unparse using the saved parser I get the message: $ daffodil unparse -P my_saved_parser -o unparsed_infoset infoset.xml [error] my_saved_parser (No such file or directory)
I figured that, maybe, I needed to created another saved parser using the unparse command to use with the unparsed option, but it seems that Daffodil is not looking for the <file> parameter with the -s option on unparse: $ daffodil unparse -s test.dfdl.xsd my_saved_unparser [error] my_saved_unparser (No such file or directory) Anyone have some insight into what the problem might be?