Hi, I’m a BaseX newbie struggling with the basic “Hello
world” type stuff and struggling to find documentation to answer my
questions...
1.
Where is the main body of BaseX documentation?
2.
I can’t see a service on my machine called “BaseX”.
What’s doing the server-side work? I’m using Windows 7.
3.
The PHP example does this... $cmd = "xquery 1 to
10" which it sends to the sever and gets a result. As far as I know that’s
not a normal valid xquery command yet it returns a result ok. I would expect $cmd
= "1 to 10" to work ok but not $cmd = "xquery 1 to 10". Do
all queries to BaseX using the PHP API have to start with the string “xquery
“, followed by the xquery itself?
4.
Where’s the documentation for the PHP API so I
can find the answer to the above question myself?
5.
Is there a web-based forum for BaseX?
Thanks
Nigel