It would be really nice to be able to use xmlquery (and xmlchange) with the xml files in postprocessing/. I've tried two different ways, and they fail with different errors:
$ ./xmlquery --file postprocess/env_postprocess.xml TIMESERIES_INPUT_ROOTDIR
setting case file to postprocess/env_postprocess.xml
ERROR: No match found for file type config_definition
$ cd postprocess/
$ ../xmlquery --file env_postprocess.xml TIMESERIES_INPUT_ROOTDIR
ERROR: Makes no sense to have empty read-only file
@bertinia -- it does, thanks! (@sherimickelson pointed this out in the CSEG meeting, and I updated a related issue but forgot to come back and close this one)
It would be really nice to be able to use
xmlquery
(andxmlchange
) with the xml files inpostprocessing/
. I've tried two different ways, and they fail with different errors: