zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #03635
Re: [Merge] lp:~zorba-coders/zorba/feature-json_parser into lp:zorba
Review: Needs Fixing
I get the following error when running the make doc target:
Zorba error [zerr:ZXQD0002]: " Using this module, you can parse JSON data into XML, manipulate it like any
other XML data using XQuery, and serialize the result back as JSON.
There are many ways to represent JSON data in XML, some loss-less ("round
tripable") and some lossy ("one way"). Loss-less representations preserve
the JSON data types <i>boolean</i>, <i>number</i>, and <i>null</i>; lossy
representations convert all data to strings.
For a loss-less representation, Zorba implements that proposed by
<a href="http://john.snelson.org.uk/parsing-json-into-xquery>John Snelson</a>;
for a lossy representation, Zorba implements
<a href="http://jsonml.org/">JsonML</a> (the array form).
": can not parse as XML for xqdoc: loader parsing error: Unescaped '<' not allowed in attributes values
--
https://code.launchpad.net/~zorba-coders/zorba/feature-json_parser/+merge/88419
Your team Zorba Coders is subscribed to branch lp:zorba.
References