Hi there,
i'm confused about following behavior. Consider the query:
"insert node <c/> into /" it evaluates perfectly if a DB is opened within the BaseX Gui (7.7). But if i put it into an if statement like: "if(true())then insert node <c/> into / else()" i got the error message that the if statement is not complete. Adding a dot behind the slash solves the problem. "if(true())then insert node <c/> into /. else()"
Is there a specific reason behind that?
Regards and thanks in advanced, Marcel