-
Notifications
You must be signed in to change notification settings - Fork 6
XSLT 3.0 in Visual Studio Code
Phil Fearon edited this page Dec 22, 2020
·
16 revisions
Visual Studio Code with DeltaXML’s XSLT provides a comprehensive set of language features for XSLT 3.0. This page outlines how these language features can be used to help you work with XSLT more effectively.
Accurate and responsive syntax highlighting for XSLT and XPath expressions is provided by a hand-crafted semantic token provider. Code is processed character by character, avoiding the unpredictable behaviour of line by line regex based tokenisers on the most complex expressions.