Joe Wicentowski
Joe Wicentowski
XQuery .xqm files transferred to eXist-db using WebDAV are not searchable in "Edit -> Find in files"
Also, recall I provided several questions to answer in the case that the mime type of the module in question was the expected value of `application/xquery`. These questions: > ......
XQuery .xqm files transferred to eXist-db using WebDAV are not searchable in "Edit -> Find in files"
On today's Community Call, @nsincaglia added details: > using Transmit to copy from one server to another @dizzzz added that WebDAV can support copying from one server to another, but...
Same goes for the arrow operator. `"foo" => string-length()` will generate the same error.
This is really just a variant of https://github.com/eXist-db/eXide/issues/224. For the current status see https://github.com/eXist-db/eXide/issues/224#issuecomment-1280878510.
Related: #652
Here's something strange that's perhaps related? @line-o's PR #711 passed CI, but the merge commit failed CI: https://github.com/eXist-db/eXide/actions/runs/10540075485. The failing tests involved dbmanager: ``` 19 passing (1m) 2 failing 1)...
By "console", I assume you mean your browser's Developer Tools pane's javascript console? I'm not seeing any such errors with eXist 5.3.0-SNAPSHOT, eXide 2.4.9, and Chrome 83.0.4103.61 on macOS 10.13.6....
What are your eXide > Edit > Preferences > Serialization settings? The default is to apply indentation - for backward compatibility. But you can disable indentation there, for whitespace fidelity.
Have you tested other editors? How much of this behavior is eXide specific, versus universal for eXist serializing HTML stored as XML (as is default) instead of as binary (as...
I think there are some things we can do to help the situation, particularly in eXide, with its uniquely customizable facility for setting the serialization parameters used when a document...