This is xsh - an XML Editing Shell

Copyright (c) 2002,2003,2004 Petr Pajas

xsh is a powerfull command-line XML (DOM) editing tool/programming language in the manner of Unix shell interpreters and line-oriented text editors like ed. It can be used either interactively or for batch-mode XML processing.

Features

Instalation

Download and install all required perl modules. See INSTALL for a list. To install xsh itself, check PREFIX in config.mk and type `make install'. If you don't trust make-files, read INSTALL for details on manual installation.

Usage

run `xsh -i' from your terminal and type `help | less' to find out what to do next.

Licence

This program is free software; you can redistribute it and/or modify it under the terms of either:

  1. GPL - GNU General Public Licence - Version 2 See http://www.gnu.org/copyleft/gpl.html or LICENCE file included in XSH distribution package
  2. the "Perl Artistic License" See Artistic file included in XSH distribution package