AI-powered XML Editor (local LLMs, Ollama)

EditiX can call an LLM to help you edit a document. You choose a scope (current node, selection or the whole document), ask for the change, and apply, copy or insert the response. Local models run through Ollama.

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

Related