Tag: VSCode
-
Ramblings about IDE for XSLT development

If you have experience making mappings with middleware like Microsoft Biztalk or even SAP PI, you may have encountered XSLT at some point. I know that a lot of companies use message mappings along with a graphical tool. However, there are also quite a lot that do not. Every programming language comes with its initial…
-
Running XSLT on VS Code

In this post I will show you how to set up VSCode to run an XSLT program Prerequisites Set up the project Open a Folder in VSCode where you want to write and run your code. Run ‘Ctrl + Shift + B’ command or ‘Command + Shift +B’ on Mac to open the taskbar window.…