Help for this page

Select Code to Download


  1. or download this
    use XML::Mini::Document;
    my $newDoc = XML::Mini::Document->new();
    ...
     <foo>
      Me Too
     </foo>
    
  2. or download this
    package XML::Mini::Element;
    sub insertNode { 
    ...
    sub getAllNodes { 
        return $_[0]->{_children}; 
    }