dom

  • Please we urge all unregistered users to swiftly register to enable you enjoy loads of benefits rollingout in our community. Be open to opportunities to do good for someone else today. Anything that do not please God in your life has come to distroy you.
  1. AdServersite

    Programming How do I get rid of the blank line that appears in my XML file after I delete an element?

    MY CODE IS: employ warnings and strictness; use XML:: DOM; use Data:: Dumper; my $parser = new DOM:: Parser XML; my $root=$doc->getDocumentElement(); my $doc=$parser->parsefile('C:\perl\perl_tests\xmlin2.xml') or die$! My $address(@address) = $root->getElementsByTagName("address"); foreach...