I'm strugging to get started with the BaseX RESTXQ API.
I've downloaded and installed the latest version of BaseX for Windows. I have started the BaseX Server by clicking the "BaseX Server (Start)" icon that the BaseX installation adds to the Windows Start menu.
It appears that I need to create a file with an .xqm
extension (eg. hello.xqm
) and put it somewhere.
Do you have a minimal "hello world" type example file eg.
hello.xqm
to get me started?Where should I put the
hello.xqm
file so it runs on my default installation of BaseX?Where do I need to point my browser to and what should I see if it works?
Thanks.