Help for this page
my $xml = XML::Smart->new; $xml->{Body} = { Foo => 'Bar' }; $xml->save("test.xml");
<Body Foo="Bar"/>
<Body><Foo>Bar</Foo></Body>