My favorites | Sign in
Project Hosting will be READ-ONLY Thursday at 3:00pm UTC for up to 3 hours for network maintenance.
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

xReplace: Procedural Text Editor

xReplace is a procedural text editor to define a process of text manipulation which will be performed for multiple files described using XML. xReplace also supports third party plug-ins for extra features.

As a procedural text editor, you define a process of manipulation which will be performed for every file which xReplace opens as input and the result of that manipulation will be sent to the output.

Therefore, there are three parts of an xReplace script, input, output and transformations.

One key aspect to understanding how xReplace works is the idea of a pipeline, where each action defined in the transformations happens at a certain point in that pipeline. Generally when a file is read, its content is stored on the main pipeline. Other pipelines can be created by storing content to a 'label' and then manipulating content using actions which read from and write to that 'label'.

Powered by Google Project Hosting