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
<li><strong>All</strong> other symbol name refererences (<code>xsl:accumulator</code><code>xsl:key</code> etc.)</li>
264
+
<li><strong>All</strong> other symbol name references (<code>xsl:accumulator</code><code>xsl:key</code> etc.)</li>
265
265
<li>Function name and arity (number of params)</li>
266
266
<li><code>xsl:with-param</code> names</li>
267
267
<li>File locations in <code>xsl:import</code><code>xsl:include</code><code>xsl:use-package</code></li>
@@ -279,9 +279,9 @@ <h5>Inferred Imports for 'Non-Standalone' Stylesheets</h5>
279
279
can be reported. In such cases, the spurious problems are annoying and may obscure reported problems that are actually relevant.
280
280
</p>
281
281
<p>The <strong>Inferred Imports</strong> feature prevents spurious problems being highlighted in the editor.
282
-
With this featue, a search is made to find if the active XSLT stylesheet has been declared as an import by another stylesheet opened recently
282
+
With this feature, a search is made to find if the active XSLT stylesheet has been declared as an import by another stylesheet opened recently
283
283
in Visual Studio Code. If such a 'parent' stylesheet is found (the most recently opened example is used) it is imported along with any other imports. Functions and,
284
-
variables etc. used in the active stylehseet can therefore be resolved.
284
+
variables etc. used in the active stylesheet can therefore be resolved.
285
285
</p>
286
286
<h5>Unused Variables</h5>
287
287
<p>The Code Checker detects unused variables and parameters declared in either XSLT or XPath expressions. These are highlighted by being 'grayed out' in
@@ -290,7 +290,7 @@ <h5>Unused Variables</h5>
290
290
</p>
291
291
<h5>Compile-time and Run-time problems</h5>
292
292
<p>The Code Checking feature is designed to find most basic code problems due to typos or changes to referenced symbols.
293
-
When XSLT is run, an attempt is made to parse error messages from the Saxon XSLT procesor
293
+
When XSLT is run, an attempt is made to parse error messages from the Saxon XSLT processor
294
294
(shown in the Task tab of the Terminal View) so that the problem token is highlighted,
295
295
and the error message is shown in the Problems View.
296
296
</p>
@@ -314,4 +314,4 @@ <h5>Compile-time and Run-time problems</h5>
0 commit comments