xml-pretty - Man Page
pretty-print XML to STDOUT
Synopsis
xml-pretty INPUTFILE
cat INPUTFILE | xml-pretty
Description
xml-pretty reads XML from an input file or STDIN, formats it using XML::LibXML::PrettyPrint using its default settings, and prints it to STDOUT.
Bugs
Please report any bugs to <http://rt.cpan.org/Dist/Display.html?Queue=XML-LibXML-PrettyPrint>.
See Also
XML::LibXML::PrettyPrint, xmllint(1).
Author
Toby Inkster <tobyink@cpan.org>.
Copyright and Licence
This software is copyright (c) 2014 by Toby Inkster.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Disclaimer of Warranties
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.