in reply to X(ht)ML Source Formatting
my $twig = XML::Twig->new(pretty_print => 'indented'); $twig->parse($text); $text = $twig->sprint; [download]