microsoft / XmlNotepad

XML Notepad provides a simple intuitive User Interface for browsing and editing XML documents.
https://microsoft.github.io/XmlNotepad/
MIT License
990 stars 207 forks source link

Generate xml from schema #324

Open niklasbergkvist opened 1 year ago

niklasbergkvist commented 1 year ago

It would be great having a function to generate dummy xml from an existing schema. There should be a choise if you want or dont want to generate for optional fields. The data generated can be dummy but should follow any restrictions.

lovettchris commented 2 weeks ago

Ok, I have something working, let me know what you think. This is a minimal version that populates only "required" elements, since you will be able to use intellisense from there to fill in the other elements you want to define.

See https://youtu.be/5I_q1oXz02I

This is checked into the master branch, but has not been included in a binary release yet.