I’m currently working on a project for my manager where we need to interact with a JSON system. I’m looking for a way to convert JSON into XML in order to process responses using a RM/Cobol application using XML-Extensions.
After speaking with Steve Jolivet with Microfocus, a google search returned “Converting JSON to XML using XSLT 1.0” (link “www.tek-tips.com/viewthread.cfm written by Tom Morrison. I copied Tom's two XSLT examples (json2xml_step1.xsl and json2xml_step2.xsl) into Stylus Studio X14 Professional. I wanted to run the stylesheets over my existing JSON response in order to see the results. However, Stylus Studio complains about several things within json2xml_step1.xsl and I’m not strong enough in XSLT to determine what it's complaining about in some cases.
Can anyone provide some insight, please?
#RMCOBOL
#XMLExtensions
#ConvertJSONtoXML




