On 03/13/2012 07:37 AM, Christian GrĂ¼n wrote:
The GUI's feedback on errors, including line number and position, is an extremely useful feature. Is this information also available via the REST interface? If so, how is it enabled?
..has been fixed:
https://github.com/BaseXdb/basex/issues/433
Christian
Is there anything which needs to be switched or enabled to get this output? If I submit a query with an error in it, for instance, I'm still getting back a response document with no text other than the error message itself, for instance:
--- BEGIN QUOTE Content-Length: 58 Content-Type: application/xml Server: Jetty(6.1.26)
[XPTY0004] '-' operator: number expected, xs:string found. --- END QUOTE