vscode-sxml icon indicating copy to clipboard operation
vscode-sxml copied to clipboard

Scholarly XML. VSCode extension with features typically needed by academic encoding projects.

Results 19 vscode-sxml issues
Sort by recently updated
recently updated
newest added

Hello, I use regularly Scholarly XML for TEI and never met this problem before : I try to valid my file with a RNG schema that is valid in Oxygen,...

Hi, I found your plugin when looking for a RelaxNG validator. It appears to work great (thank you!), however I've noticed that it caches schemas/grammars indefinitely. This clearly works for...

enhancement
help wanted

Currently xinclude elements raise a validity error. Scholarly XML should process xi:include elements before validation.

![grafik](https://user-images.githubusercontent.com/74921235/181613457-ab9409ba-2749-4a76-a0d3-6a295a5c249e.png) CTRL+E for wrapping not working. Version: 1.69.2 (user setup) Commit: 3b889b090b5ad5793f524b5d1d39fda662b96a2a Datum: 2022-07-18T16:12:52.460Z Electron: 18.3.5 Chromium: 100.0.4896.160 Node.js: 16.13.2 V8: 10.0.139.17-electron.0 Betriebssystem: Windows_NT x64 10.0.19043

The regex matching them may be too permissive. Example ``` &asdasd more text sdf text; ``` shows the error only at the semicolon, or at the end of the document...

Hello, I am very interested in using Scholarly xml in class for teaching TEI to DH students. It would be great if we could have a solution to use TEI...

Intellisense (code suggestion and completion) doesn't work with Scholarly XML. ctrl-space brings up "Loading ..." and sticks there. Intellisense works fine with other languages/plugins. Any help much appreciated.

Is there any chance to combine the wrap selection with element function with schema based suggestions "oxygen" style? So that when you make a selection, hit the hotkey, suggestions are...

Plugin say RNG schema is incorrect for https://docs.oasis-open.org/office/OpenDocument/v1.3/os/schemas/OpenDocument-v1.3-schema.rng Why?

Please, add support to select .rng file for XML files by VSCode configuration. For example: ````json "xml.validation.relaxng.associations": { "src/doc/**/*.xml": "tools/docs/rng/OpenDocument-v1.3-schema.rng" } ```` or ````json "xml.validation.xml-model.associations": { "src/doc/**/*.xml": { "href": "tools/docs/rng/OpenDocument-v1.3-schema.rng",...