Help for this page

Select Code to Download


  1. or download this
    <root xmls='urn:foo'>
        <first_sub name='foo'>
    ...
            </second_sub>
        </first_sub>
    </root>
    
  2. or download this
    my $parser = XML::LibXML->new();
    my $data = $parser->parse_string ( $xml );
    ...
            }
        }
    }