I am looking to build an XML based on a Schema I was provided. Is there a tool that can reference these schema and guide through the process of building an an XML that adheres to the Schema? I am thinking along the lines of a linting tool that inform me what elements I have to add and any attributes that need to be completed along with their type restrictions?
I have a spec document I can use to understand when and why to use an element but it would be ideal if a linting tool could guide me through it.
I have found ways to validate XML based on Schemas but looking for a more real-time validation and linting tool.
There are a bunch of tools that you can use. Some paid options are:
For a free option (and also cross-platform option), there's also using Visual Studio Code, using this extension.