On Tue, Jul 06, 2021 at 06:47:02PM +0200, Martin Honnen scripsit:
Am 06.07.2021 um 18:38 schrieb Graydon Saunders:
So the idea is to -- via some automatic process, so "the command line" -- load a content set into BaseX and then run some arbitrary list of queries on that content set, returning an aggregated report.
[snip]
Anyone got any suggestions?
Most of the description seems to just fit BaseX command line scripts https://docs.basex.org/wiki/Commands#Basics. Not sure, however, whether "an aggregrated report" is easily achieved that way.
It looks like I can lightly misuse TEST to get an aggregated report.
Thank you!
Graydon