Changes

Jump to navigation Jump to search
238 bytes added ,  17:36, 20 May 2015
* <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 [http://www.w3.org/TR/xpath-functions-31/#func-json-to-xml specification].
<pre class="brush: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 [http://www.w3.org/TR/xpath-functions-31/#func-xml-to-json specification].
<pre class="brush:xquery">
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu