lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Towards the goal mentioned in the email below, I have put efforts towards building a project, which will have 3 modules

1. Converting a lua data structure to XML/JSON
2. Converting an XML/JOSN to lua based on XSD grammar
3. Generating the metadata of Schema in LUA based on input XSD

The first 2 modules are partially complete in the library https://github.com/Tekenlight/lua_schema that I have been working on
The 3rd module needs to be done and the same needs to be strengthened with testing, documentation etc...

Anyone interested to contribute can write back

Sudheer

---------- Forwarded message ---------
From: Sudheer Hebbale <sudheerhebbale@gmail.com>
Date: Sun, Jul 5, 2020 at 8:43 PM
Subject: XMLSchema support in LUA
To: <lua-l@lists.lua.org>


Hello.

Is there any effort being put by anyone to support XMLSchema within LUA.

A library similar to python library https://xmlschema.readthedocs.io/en/latest/index.html providing interoperability among JSON, LUA and XML will be very useful.

This can come along with the validation of XML documents or LUA tables, using the rules as specified by XSD or by schematron specifications

Any pointer in this regard is highly appreciated

Regards,
Sudheer