xmllint vs XMLStarlet
A side-by-side look at xmllint and XMLStarlet. For an in-depth review of either product, follow the links below.
xmllint
Development
xmllint is a command line tool for validating, formatting, and manipulating XML files. It allows you to check XML files for well-formedness, validate against DTDs or XML schemas, add formatting or indentation, evaluate XPath expressions, and convert between XML and HTML.
validationformattingmanipulationxpathxml-to-html
XMLStarlet
Development
XMLStarlet is a command line XML toolkit that provides a set of utilities for processing, transforming, validating, and editing XML documents. It allows you to query, transform, validate, and edit XML documents on the command line with simple shell commands.
xmlcommandlinevalidationtransformation
Related Comparisons
Xidel