XSH: Command-line XML shell
If you're Perl-fluent amd looking for a cool little tool to work with XML data, check out the XSH command-line interface. As described in this DevX article:
Enter XSH, an open source command-line XML shell that lets you interactively query and manipulate XML data, simplifying development and testing of XML query and manipulation code. Since XSH is written in Perl, its syntax resembles Perl syntax, a boon if you are already familiar with Perl. XSH even lets you write Perl code and access XML data structures as if they were ordinary Perl variables. In addition to Perl, XSH gives you XSLT capabilities such as XPath querying, enabling you to quickly and succinctly express complex queries with the XPath language.
Thanks to the Amazon Web Services Blog for the link.



Comments