Dear BaseX people
I'd like to run several commands in a single post. Example:
OPEN TEST CREATE INDEX ATTRIBUTE CREATE INDEX TEXT CREATE INDEX FULLTEXT OPTIMIZE ALL CLOSE
My request is: <command> <text> the commands above </text> </command>
But it seems this cannot be done. I get the error:
Stopped at ., 1/10: Syntax: OPEN [name] ([path]) Open database. Opens the database [name], filtered by [path].
Is it possible, and if so, what should I change?