Help for this page
my $dc = XML::DOM::Lite::Document->new(); my $root = $dc->createElement("xml"); ... </xml>
Desired output: ... </xml>
my $dc = XML::DOM::Lite::Document->new(); ... $dc->appendChild($root);