Are there any XML editor Controls

micke

New member
Joined
Aug 24, 2023
Messages
1
Programming Experience
10+
Hello,

I should do a MAUI Application especially running in Windows that should have a XML editor.
Editor should view, edit(visually) and save XML file so that XML elements could be selected without writing everything by hand 100% syntax proof like using texteditor.

I have tested MAUI's own Editor control but it accepts any kind of text.

So, are there any XML editor controls or any other ways to implement XML editor window?

Thanks adwanced
 
Well, in behalf of my search over the internet about your problem I will recommend you to use WebviewControl to render HTML base XML editor. And for doing this there are many HTML base XML editors are available such as AceEditor, Codemirror and many other which can help you to do this.
Thanks
 
Back
Top Bottom