XSLT and XPath

for Visual Studio Code
Visual Studio Marketplace Version Visual Studio Marketplace Installs - XSLT/XPath

XSLT 3.0

XSLT 3.0, published by W3c on 8 June 2017, is the latest stable version of XSLT. As such, it is the target version for XSLT in this extension, alongside XPath 3.1.

Learning XSLT 3.0

The online W3C documentation for XSLT 3.0, along with its XPath 3.1 sub-language, comprises 3 main parts:

While the size of each part of the XSLT specifications may appear daunting at first, each part is well-structured, with a Table of Contents panel that makes it easy to navigate. Many code samples are included with the specification.

Offline Reading Material

There are no published books for XSLT 3.0, but the XSLT 2.0 and XPath 2.0 Programmer's Reference by Michael Kay is frequently recommended. XSLT 3.0 is a significant enhancement to XSLT 2.0 but it builds on the fundamental principals and language in XSLT 2.0.

Video Tutorials

A set of video tutorials by Dimitre Novatchev is available:

Supporting XSLT Processors

This extension integrates with the Saxon XSLT processor by Saxonica via XSLT tasks through the Saxon command-line interface. Saxon is probably the most popular/ubiquitous XSLT 3.0 processor. It publishes specification conformance data and supports many platforms. A free open source version Saxon-HE is available along with paid-for 'Professional' and 'Enterprise' variants are also available. These are summarised in a feature matrix.


Altova's RaptorXML server supports XSLT 3.0 - no integration with Visual Studio Code is available as ALtova offer their own paid-for XML/XSLT development solution. No XSLT standards conformance data is published for this processor.