We have JSON that has string/text values which are XML. Is there a way o have the XML as sub-elements value and not be encoded/escaped string?
Wray Johnson
Actual XML elements in actual JSON documents won’t be feasible I guess. But after you’ve transformed the JSON to XML, you can parse the escaped strings into XML elements proper, using http://www.w3.org/TR/xpath-functions-3/#func-parse-xml
On 13.01.2016 02:06, E. Wray Johnson wrote:
We have JSON that has string/text values which are XML. Is there a way o have the XML as sub-elements value and not be encoded/escaped string?
Wray Johnson
basex-talk@mailman.uni-konstanz.de