Content of json-jmla-x2j-01.xq example
import module namespace jx = "http://zorba.io/modules/json-xml";
let $xml := <li>list item</li>
let $options := { "json-format" : "JsonML-array" }
return jx:xml-to-json( $xml, $options )
(: vim:set et sw=2 ts=2: :)