dynamic xml generation using XSLT
问题 We have incoming JSON data from Source which has data and column in same payload. Using json-to-xml in XSLT I was able to generate XML like following: <?xml version="1.0" encoding="UTF-8"?> <map xmlns="http://www.w3.org/2005/xpath-functions"> <boolean key="allData">true</boolean> <map key="factMap"> <map key="T!T"> <array key="rows"> <map> <array key="dataCells"> <map> <string key="label">1A</string> <string key="value">1A</string> </map> <map> <string key="label">1B</string> <string key=