logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Xtract, XtractLazy - structured ‘grep’-like programs for XML documents

Author

       This  contents  of  this  manual page was copied from the HTML documentation and slightly edited by Arjan
       Oosting <arjan@debian.org> for the Debian system (but may be used by others).

Xtract, version 1.17                              October 2007                                         Xtract(1)

Description

Xtract  and  XtractLazy are structured ‘grep’-like programs for XML documents, loosely based on the XPath
       and XQL query languages.  Xtract takes an pattern and reads an XML file from a file or from the  standard
       input  and  extracts information from the XML file and prints it on the standard output.  XtractLazy does
       the same as Xtract but uses the lazy parser combinators instead of the normal parser  combinators  and  a
       such works faster and uses less memory than Xtract.

Name

       Xtract, XtractLazy - structured ‘grep’-like programs for XML documents

See Also

DtdToHaskell(1)

Synopsis

Xtract<pattern> [ file ...  ]
       XtractLazy<pattern> [ file ...  ]

See Also