Professional Open Source XML Editor

EditiX is a free, open-source XML editor written in Java. A tree on the left mirrors your document in real time while the text editor on the right stays in sync. It runs on Windows, macOS and Linux with Java 8+.

What this feature covers

<myDoc>
	<chapter id="ch1">
		<title>My book</title>
		<p>Hello</p>
		<p>World</p>
	</chapter>
</myDoc>

Related