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
Errors within the 'as' attribute of XSLT instructions should be highlighted for the user
The linter checks tokens for types in XPath expressions, for example xs:integer, within the expression castable as xs:integer.
Currently, the contents of the 'as' attribute value for XSLT instructions is only tokenised as an attribute value, it is not explicitly tokenised as XPath.