Hardocs / desktop-app

Hardocs desktop app presenting current docs editing functionalities.
GNU General Public License v2.0
3 stars 2 forks source link

Convert xsd schema to json schema to generate forms to edit xml metadata #110

Closed jurra closed 3 years ago

jurra commented 3 years ago

Convert xsd schema to json schema to generate forms to edit xml metadata

We believe that

There are available libraries to translate xsd schemas to json schemas that can then be used to produce valid XML metadata. This way we can use our jsonschema based component to edit XML metadata.

To verify that we will

And measure

We observed

There are potential solutions:

From that we learned that

Therefore, we will