my $twig = XML::Twig->new(pretty_print => 'indented'); $twig->parse($text); $text = $twig->sprint;