Skip to content

EditiX XML Editor - A modern, open-source XML editor designed for developers and markup professionals.

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
LICENSE-COMMERCIAL
Notifications You must be signed in to change notification settings

AlexandreBrillant/Editix-xml-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INTRODUCTION

EditiX XML Editor is a powerful, open-source XML Editor :

  • Elegant, user-intuitive interface
  • Smart on-the-fly syntax helper
  • XSLT Editor and Debugger
  • Visual W3C Schema Editor
  • XML Project Management
  • Complete XML Workflow

INSTALLATION

This program requires Java 8 or later.

Windows

Install git for your machine at https://git-scm.com/install

Install a java jdk for your machine at https://www.oracle.com/java/technologies/downloads

Install ant (for compiling/running all) for your machine at https://ant.apache.org/ivy/download.cgi

Get the EditiX repository from the command line with

git clone https://github.com/AlexandreBrillant/Editix-xml-editor

Compile the EditiX XML Editor Source with

ant compile

Now you can run EditiX XML Editor with

ant run

Or using

run.bat

Linux/Ubuntu

sudo apt install openjdk-8-jre-headless
sudo apt install openjdk-8-jdk-headless
sudo apt install ant
git clone https://github.com/AlexandreBrillant/Editix-xml-editor
ant compile
ant run

If you see the following error "java.awt.AWTError : Assistive Technology not found..." then edit the /etc/java-8-openjdk/accessibility.properties (update 8 by your java version) and put a (#) comment for the line "assistive_technologies=..."

LICENSES

1) GPL 3

EditiX is licensed under the GPL-3.0. This means:

You can modify the code for non-commercial projects. You can redistribute modified versions under GPL-3.0 (with source code).

A commercial license is required to integrate EditiX into proprietary software

2) Commercial usage

For closed-source projects or commercial use without GPL constraints, a commercial license is available:

This allows integration into proprietary software and closed-source projects.

Purchase a Commercial License

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

CONTACT

For questions or support, contact: https://www.editix.com

Copyright

Copyright (c) 2025 Alexandre Brillant. All rights reserved.