f11cde6d8d
minor changes by me. XSH is a fast and powerful command-line XML editor. It may be used to query and modify XML documents. XSH may be used either interactivelly or for off-line processing (like bash). XPath expressions are used to select parts of XML document to be processed. Both system shell and perl are accessible from XSH in a very natural way. XSH itself is written in Perl and uses XML::LibXML bindings of gnome-xml2 library in the background level.
8 lines
438 B
Text
8 lines
438 B
Text
XSH is a fast and powerful command-line XML editor. It may be used to
|
|
query and modify XML documents. XSH may be used either interactivelly or
|
|
for off-line processing (like bash). XPath expressions are used to
|
|
select parts of XML document to be processed.
|
|
|
|
Both system shell and perl are accessible from XSH in a very natural
|
|
way. XSH itself is written in Perl and uses XML::LibXML bindings of
|
|
gnome-xml2 library in the background level.
|