You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-17Lines changed: 12 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ The XSLT/XPath extension for VSCode provides comprehensive language support for
33
33
\**Problem-reporting currently depends on the VSCode symbol-provider. To ensure problems are always reported in VSCode, use the following VSCode setting: `"breadcrumbs.enabled": true`*
34
34
35
35
36
+
36
37
# General XML Features
37
38
| Feature | Details |
38
39
| ------- | ------- |
@@ -69,7 +70,7 @@ This extension performs a comprehensive set of checks on the code, before any XS
69
70
70
71

71
72
72
-
XSLT transforms are configured and run as special VSCode Tasks. For more detail, see [XSLT Tasks](https://github.com/DeltaXML/vscode-xslt-tokenizer/wiki/XSLT-Tasks)
73
+
XSLT transforms are configured and run as special VSCode Tasks. For more detail, see [Running XSLT](https://deltaxml.github.io/vscode-xslt-xpath/run-xslt.html)
73
74
74
75
# Release Notes
75
76
@@ -183,22 +184,16 @@ Code-folding currently works by indentation indicating the nesting level. So, if
183
184
```
184
185
___
185
186
186
-
# Visual Studio Code Features
187
-
188
-
For reference, links to built-in Visual Studio Code language features that are supported/enhanced by this extension are listed below:
-[Errors and Warnings](https://code.visualstudio.com/Docs/editor/editingevolved#_errors-warnings) for XSLT/XPath Syntax *
187
+
# XSLT/XPath User Guide
188
+
189
+
The [XSLT/XPath User Guide](https://deltaxml.github.io/vscode-xslt-xpath/) provides an introduction to features supported by this extension for XSLT and XPath developers:
0 commit comments