Home » 2014 » October » 26

xmllint - command line XML tool

FORMAT
       xmllint [--format --dtdvalid ..]
{XML-FILE(S)... -}

For help:       xmllint --help

 

DESCRIPTION

  • The xmllint program parses one or more XML files, specified on the command line as XML-FILE (or the standard input if the filename provided is - ).
  • It prints various types of output, depending upon the options selected. It is useful for detecting errors both in XML code and in the XML parser itself.

Examples:

... Read more »

Category: Open System-Linux | Views: 3463 | Added by: shanky | Date: 2014-10-26 | Comments (0)