XML Refactoring Tool

Refactoring is a way to alter a document uniformly. Instead of a find/replace, EditiX applies an operation to every occurrence of a node, an attribute or a text, and lets you repeat the last refactoring.

<mydoc>
	<chapter id="001">
		<title>Chapter 1</title>
		<para>text1</para>
	</chapter>
</mydoc>

Related