View as source file or XML.

Data Converters

Data on the Web comes in various different formats, XML, JSON, CSV, HTML, and others.XQuery and JSONiq are great to process all such formats and convert between them.This is easily done by first converting the other data formats into an XDM or JDM instance (via parse() functions). At the end of the processing, the resulting instance can be converted back into the desired data format (via serialize() functions).

Please take a look at the various data converter modules for more information. Also, please send us a message if there is a particular data format that you would like to see supported by Zorba, and we will try to help.