#### This is bar.xml! #### use strict; use warnings; use XML::LibXML; my $dom = XML::LibXML->load_xml(location => "foo.xml"); print $dom->toString(1); ####