Help for this page

Select Code to Download


  1. or download this
    my $xml = XML::Smart->new;
    $xml->{Body} = { Foo => 'Bar' };
    $xml->save("test.xml");
    
  2. or download this
    <Body Foo="Bar"/>
    
  3. or download this
    <Body><Foo>Bar</Foo></Body>