Quantcast
Viewing all articles
Browse latest Browse all 8627

Re: Does Hana XS have a built-in XML parser? If not, what's approach to process xml in XS?

Thomas Frank has one here that I am using. I had to modify it as it was not retaining values inside of xml tags that contained attributes (eg <myTag myAttr="myAttrValue">myTagValue</myTag> was not retaining "myTagValue" in the JSON. I will post my updates to the code momentarily, just need to clean up some "proprietary" pieces of it.


Updated JS:

 

https://dl.dropboxusercontent.com/u/70795294/xml2json.js


Viewing all articles
Browse latest Browse all 8627

Trending Articles