validate input XML files
Opened this issue · 0 comments
nknreagan commented
Beyond checking for well-formed XML, dcapp should validate input files against a schema to ensure the structure of the elements is correct. Currently, you can construct all sorts of nonsensical input files with elements nested in other unrelated elements that have no effect. Such invalid configurations can be difficult to debug and should be rejected by dcapp outright.