Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    my $xml = XML::LibXML->load_xml(string => $str);
    
    print $xml->getElementsByTagName("g")->shift->toString, "\n";
    
  2. or download this
    <g id="1">Need to export this text</g>