Help for this page

Select Code to Download


  1. or download this
    my $dc = XML::DOM::Lite::Document->new();
    my $root = $dc->createElement("xml");
    ...
    </xml>
    
  2. or download this
    
    Desired output:
    ...
    </xml>
    
  3. or download this
    
    my $dc = XML::DOM::Lite::Document->new();
    ...
    $dc->appendChild($root);