Tag: XML
-
Force correct format for XML/JSON conversion in SAP PI
I encountered something a bit annoying recently with the SAP PI REST adapter and I just wanted to share. So I was working on a scenario where we were sending data to an external applications thru a BUS. We are using REST to communicate with the Bus and as you probably know SAP PI works…
-
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.…