Hi,When creating an empty database, then trying to insert a node into its root, I get the following error message:
Command:
create db test
XQuery:
insert node <test></test> into /
Error:
[XUDY0027] Insert target is an empty sequence.
How can I populate an empty database? - I am using basex 8.5.3.
Thanks!