Changes

Jump to navigation Jump to search
23 bytes added ,  10:07, 27 February 2020
no edit summary
* <code>fn:json-to-xml($string as xs:string?) as node()?</code>
Converts a JSON string to an XML node representation. The allowed options can be looked up in the [httphttps://www.w3.org/TR/xsltxpath-30functions-31/#func-json-to-xml xm specification].
<syntaxhighlight lang="xquery">
* <code>fn:xml-to-json($node as node()?) as xs:string?</code>
Converts an XML node, whose format conforms to the results created by [[#fn:json-to-xml|fn:json-to-xml]], to a JSON string representation. The allowed options can be looked up in the [httphttps://www.w3.org/TR/xsltxpath-30functions-31/#func-xml-to-json specification].
<syntaxhighlight lang="xquery">
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu