NAME
XML::XSH - Powerfull Scripting Language/Shell for XPath-based Editing of XML
SYNOPSIS
use XML::XSH;
xsh(<<'__XSH__');
... XSH Language commands ...
__XSH__
REQUIRES
XML::LibXML, XML::XUpdate::LibXML
EXPORTS
xsh()
DESCRIPTION
This module implements XSH sripting language. XSH stands for XML (editing) SHell. XSH language is documented on http://xsh.sourceforge.net/doc.
The distribution package of XML::XSH module includes XSH shell interpreter called xsh
. To use interactively, run xsh -i
.
xsh_init
Initialize the XSH language parser and interpreter.
xsh
Execute commands in XSH language.
EXPORT
None.
AUTHOR
Petr Pajas, pajas@matfyz.cz
SEE ALSO
XML::LibXML, XML::XUpdate, http://xsh.sourceforge.net/doc