1XML-PRETTY(1) User Contributed Perl Documentation XML-PRETTY(1)
2
3
4
6 xml-pretty - pretty-print XML to STDOUT
7
9 xml-pretty INPUTFILE
10
11 cat INPUTFILE | xml-pretty
12
14 xml-pretty reads XML from an input file or STDIN, formats it using
15 XML::LibXML::PrettyPrint using its default settings, and prints it to
16 STDOUT.
17
19 Please report any bugs to
20 <http://rt.cpan.org/Dist/Display.html?Queue=XML-LibXML-PrettyPrint>.
21
23 XML::LibXML::PrettyPrint, xmllint(1).
24
26 Toby Inkster <tobyink@cpan.org>.
27
29 This software is copyright (c) 2014 by Toby Inkster.
30
31 This is free software; you can redistribute it and/or modify it under
32 the same terms as the Perl 5 programming language system itself.
33
35 THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
36 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
37 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
38
39
40
41perl v5.38.0 2023-07-21 XML-PRETTY(1)