node-set json-to-xml(string json)
The json-to-xml
function translates the given json
string into a corresponding XML structure as
described in the JSON DOM Structure. If any errors occur, an
empty node-set
is returned.
node-set json-to-xml(string json)
The json-to-xml
function translates the given json
string into a corresponding XML structure as
described in the JSON DOM Structure. If any errors occur, an
empty node-set
is returned.