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
- Load by File menu, drag'n drop, a built-in file browser, Open Recent and Pinned files.
- Open an XML document from an HTTP URL (GET or POST, with Name/Value parameters).
- Multi-file projects: pick a folder and work on every file inside, with a one-click refresh.
- Real-time tree: rename nodes, add/remove attributes, drag'n drop, color an element name.
- Text editor with syntax highlighting, line numbers and bookmarks (Ctrl+B).
- Three editing modes: text, XPath (table view, CSV import/export) and CSS-driven editing.
- XPath generator: type a path and get a compatible fragment at the cursor.
- Save as a template; a “Very Large XML” mode limits features for huge documents.
<myDoc>
<chapter id="ch1">
<title>My book</title>
<p>Hello</p>
<p>World</p>
</chapter>
</myDoc>