Help for this page

Select Code to Download


  1. or download this
    use XML::LibXML 1.93;
    use XML::LibXML::PrettyPrint qw/print_xml/;
    ...
          };
    
    print_xml($doc);
    
  2. or download this
    use XML::LibXML 1.93;
    use XML::LibXML::PrettyPrint qw/print_xml/;
    ...
          }
       -> map     { $_->ownerDocument }
       -> foreach { print_xml $_ and exit };