Help for this page

Select Code to Download


  1. or download this
    $sb->append(new_data_ele(SourceDBType => 'XML'))
       if !$sb->findnodes('XML')->size;
    
  2. or download this
    sub child_nodes {
       my %c = $_[0]('%');
    ...
             grep $_ ne 'CONTENT',
                keys %c;
    }