I could convert xml data set to json format using attached xslt transformer, I tested trasformer using online tools and it’s working fine for online tools.
But when I am using that transformer from the IFS for the same data set( same format ), the application msg is giving below error.
In my xslt I use “xml-to-json” to print the data
What should I do for this issue?