[basex-talk] Class 'BaseXHTTP' missing?

2019-02-27 Thread Jan Stapel
Hello, i just tried to run the Java REST-Examples found on GIT/the basex-doc. BaseXHTTP cannot be resolved to a type. I am using the current version. Am I missing something? best, Jan

Re: [basex-talk] Activating gzip compression

2019-02-27 Thread Michael Seiferle
Hi Omar, I can not get it to work either, yet: >> * No content-encoding is specified by the resource >> >> I found no way to not specify an encoding for whatever I return in RESTXQ. >> If I don't specify anything it's UTF-8. it shows up as "; >> character-set=UTF-8"I did not find a way to

Re: [basex-talk] following-sibling axis

2019-02-27 Thread Michael Seiferle
Hi Mark, as Martin already stated, the '-w‘-Option has to be active at import time, otherwise the whitespace will be chopped. If I were to do it, I’d reindex all data and explicitly mark all elements that should preserve whitespace, if this is not an option I’d reindex all data with

Re: [basex-talk] supporting XML Catalog files in xslt:transform() (patch)

2019-02-27 Thread Michael Seiferle
Dear Liam, Thanks a lot for this Patch, this issue has been open for quite some time ;-) As Christian is currently on holidays and will only return next week, I added a Pull Request on GitHub https://github.com/BaseXdb/basex/pull/1667 so the patch