QXmlEdit is a free and open source XML editor for Linux, Windows and MacOS. It is based on Qt libraries and released under GNU Library General Public License v2 or later. It comes with unusual data visualization modes, plit very big XML files into fragments, XML manipulation and presentation, compare XML and XSD files and more.
Download QXmlEdit [Windows,MacOS]
How to Install QXmlEdit on Ubuntu
You can install QXmlEdit on your Ubuntu Linux system via flatpak package file from the flathub. First install flatpak and flathub on your system and restart it after the installation. Follow below link for the installation instructions.
Now open the terminal app (ctrl+alt+t) and run below QXmlEdit flatpak install command.
flatpak install flathub org.qxmledit.QXmlEdit
And open QXmlEdit using below command.
flatpak run org.qxmledit.QXmlEdit
And you can uninstall QXmlEdit using below commands.
flatpak uninstall org.qxmledit.QXmlEdit
[OR]
sudo flatpak uninstall org.qxmledit.QXmlEdit