NAME

XML::Beautify - Beautifies XML output from XML::Writer.

SYNOPSIS

B<WARNING:> This is Alpha Software. Plenty is subject to change.
use XML::Beautify;
$obj_ref = XML::Beautify->new();
$cleanXML = $obj_ref->beautify(\$XMLstr);

DESCRIPTION

Beautifies XML output from XML::Writer and formats any old XML to be human readable.

COPYRIGHT

Copyright (c) 2001 Thomas Bolioli. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.