NAME
XML::Tidy::Tiny - Tiny XML tidy
SYNOPSIS
use XML::Tidy::Tiny; # or use XML::Tidy::Tiny qw(xml_tidy);
print xml_tidy( $unformated_xml );
DESCRIPTION
This module allow very restrictive tidy of xml. And don't check validity of xml inputed.
SEE ALSO
AUTHOR
A. G. Grishayev, <grian@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 by A. G. Grishayev
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.