Hi Joshua,
I need your input. I copied your XML files into the directory with your XQuery modules. Then created a basex command script in the same directory (test.bxs):
create db TestResults set bindings filename=MultiParty 20190508-182649.xml run import-and-process.xq list TestResults set bindings dir=./ run import-all.xq list TestResults
I called this script and I got the attached output, which looks ok to me. What did you do differently? Could you create an updated command script for me?
Best, Christian
basex -v test.bxs
Database 'TestResults' created in 34.62 ms. BINDINGS: filename=MultiParty 20190508-182649.xml
Query "import-and-process.xq" executed in 641.18 ms. Input Path Type Content-Type Size ----------------------------------------------------------- MultiParty 20190508-182649.xml xml application/xml 1291
1 Resource(s). BINDINGS: dir=./
Query "import-all.xq" executed in 115.87 ms. Input Path Type Content-Type Size ----------------------------------------------------------- MultiParty 20190508-182649.xml xml application/xml 1291 TwoParty 20190508-192109.xml xml application/xml 754
2 Resource(s).