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

Canonicalise, CanonicaliseLazy - ‘cat’ filters 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).

Canonicalise, version 1.17                        October 2007                                   Canonicalise(1)

Description

Canonicalise reads a XML document from a file or from the standard input and parses and pretty-prints the
       document  using  the  HaXml  library.   CanonicaliseLazy  also  reads,  parses  and pretty-prints the XML
       document, but parses the document with the lazy parser combinators while Canonicalise uses  the  non-lazy
       parser  combinators.   This  causes  CanonicaliseLazy to parse to XML document faster and use less memory
       then Canonicalise.  Canonicalise and CanonicaliseLazy  show  the  standard  parsing  and  pretty-printing
       behaviour of the HaXml library.

Name

       Canonicalise, CanonicaliseLazy - ‘cat’ filters for XML documents

See Also

DtdToHaskell(1)

Synopsis

Canonicalise [ file ]
       CanonicaliseLazy [ file ]

See Also