XMLStarlet

from Wikipedia, the free encyclopedia

XMLStarlet is a command line tool for processing XML documents. XMLStarlet was developed in C by Mikhail Grushinskiy and accesses the libxml2 and libxslt libraries (see XSL Transformation ). Depending on the call parameters, it generates different, simple XSLT templates and applies them to an input document.

The functional scope of XMLStarlet includes a.

  • Checking and validating XML documents ( DTD , XSD , RelaxNG )
  • Calculating XPath expressions on XML documents (sums etc.)
  • Searching XML documents for XPath expressions
  • Applying style sheets
  • Query of XML documents (elements, attributes, sorting etc.)
  • Changing and editing XML documents (e.g. deleting or renaming elements)
  • Formatting XML documents
  • Download XML documents via http or ftp urls.

The last current version is 1.6.1 and was published on August 9, 2014 on Sourceforge.

swell

  1. http://xmlstar.sourceforge.net/
  2. http://sourceforge.net/projects/xmlstar/files/ , accessed September 1, 2016

Web links