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
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