Zuble uses XML for configuration files and JSON for data files. It provides XQuery and XML schema validation for processing XML, and saves application settings files (ZSettings), ZTableModel data, and log file records in JSON format.
XML files can be queried and transformed using the XQuery language with ZxQuery, a QML wrapper object for Qt's QXmlQuery object.
See: Zbl.newXmlQuery(), ZxItem, ZxResultItems
XML files can be validated using the ZSchmaValidator object.
See Zbl.newSchemaValidator()
See Zbl methods: newTableModel, newAppSettings, newSettings
See ZTableModel methods: readData, writeData, getJsonData, putJsonData
Zuble documentation copyright © 2019 Bob Dinitto. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Zuble is a derivative work of Qt version 5. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.