Andy Bunce

Results 7 issues of Andy Bunce

hyperlink with ctl+click in Firefox 35 is not working for me. F4 does. Both work in Chrome 40

It would be good if the `xqdoc` XML format included information about annotations in the source. One use for this is documenting `RESTXQ` applications I believe the Zorba `xqdoc` module...

Currently TBD https://github.com/xquery/xquerydoc/blob/master/src/xquery/xquerydoc.xq#L182 See also https://github.com/BaseXdb/basex/issues/708

Prior to saving XML generated in XQuery I often tweak the namespace usage. This makes the XML lighter and clearer for the casual reader and is sometimes mandated by users...

XQFO
Enhancement
PRG-hard
PRG-required

### Is there an existing issue for this? - [x] I have searched the existing issues ### What is the missing lexer? XQuery ideally supporting 3.1 https://www.w3.org/TR/xquery-31/ ### Links to...

help wanted
lexer missing

XSLT has specific additions to the XPath function library to facilitate identifying the running implementation: - https://www.w3.org/TR/xslt-30/#func-system-property - https://www.w3.org/TR/xslt-30/#func-available-system-properties These would be useful for XQuery too. There should be something...

XQFO
Enhancement
PR Pending
PRG-easy
PRG-optional

I want to run the socket server standalone. I have downloaded `org.eclipse.lemminx-uber.jar` 0.31.0 ``` java -cp org.eclipse.lemminx-uber.jar org.eclipse.lemminx.XMLServerSocketLauncher ``` From a local web page I do ``` const webSocket =...