Free XML Editor for Custom XSD

Our component is configured using the XML API, and we have an XSD that defines this XML API.

Now, how best could our clients get context-sensitive help when creating our XML API? Is there a free tool that they could download (or we could distribute) that would be used on XSD and provide context-sensitive help for the edited XML?

thank

+3
source share
2 answers

you can use the Dansharp XML Viewer http://www.bizbert.com/xmlviewer a very simple editor, it accepts an XML file and XSD as input, and then you can check if the editor is allowed to parse the XML and check for errors

0
source

XMLQuire is a free XML editor for windows that can fit your needs.

This is suitable for migrating to clients because it is only 3 MB .exe redistributable and does not require installation. All common XML editing features are standard.

enter image description here

XMLQuire XSD, csv ( , ), XMLQuire , XSD .

XSD, , xmlns = "..." XML, .

, , . , XSD , .

: XMLQuire .

0
source

Source: https://habr.com/ru/post/1791529/


All Articles