Changes

Jump to navigation Jump to search
22 bytes removed ,  22:14, 23 August 2015
m
Fixed links to specification for fn:json-to-xml and fn:xml-to-json.
* <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/xpathxslt-functions-3130/#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/xpathxslt-functions-3130/#func-xml-to-json specification].
<pre class="brush:xquery">
administrator, editor
1

edit

Navigation menu