Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 634 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 634 Bytes

xslt-transform Extension for Visual Studio Code

Description

An extension to apply xslt-transformations with the help of the external Saxon processor.

Quick Start

  1. Install the Extension
  2. Point the xslt.processor setting to a valid Saxon processor in .jar format
  3. Run the command xslt.transform in an active editor with xml content

Extension Settings

This extension contributes the following settings:

  • xslt.processor: path to the Saxon xslt processor

Known Issues

None

License

xslt-transform is licensed under MIT License.